Class AWSS3StorageImageProviderOptions
Configuration options for the AWSS3StorageImageProviderOptions provider.
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Providers.AWS
Assembly: SixLabors.ImageSharp.Web.Providers.AWS.dll
Syntax
public class AWSS3StorageImageProviderOptions
Properties
| Edit this page View SourceS3Buckets
Gets or sets the collection of blob container client options.
Declaration
public ICollection<AWSS3BucketClientOptions> S3Buckets { get; set; }
Property Value
Type | Description |
---|---|
ICollection<AWSS3BucketClientOptions> |