• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • SixLabors.ImageSharp.Web.Caching.AWS
      • AWSS3StorageCache
      • AWSS3StorageCacheOptions
    • SixLabors.ImageSharp.Web.Providers.AWS
      • AWSS3BucketClientOptions
      • AWSS3StorageImageProvider
      • AWSS3StorageImageProviderOptions
    • SixLabors.ImageSharp.Web.Resolvers.AWS
      • AWSS3StorageCacheResolver
      • AWSS3StorageImageResolver

    Class AWSS3StorageImageProviderOptions

    Configuration options for the AWSS3StorageImageProviderOptions provider.

    Inheritance
    object
    AWSS3StorageImageProviderOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SixLabors.ImageSharp.Web.Providers.AWS
    Assembly: SixLabors.ImageSharp.Web.Providers.AWS.dll
    Syntax
    public class AWSS3StorageImageProviderOptions

    Properties

    | Edit this page View Source

    S3Buckets

    Gets or sets the collection of blob container client options.

    Declaration
    public ICollection<AWSS3BucketClientOptions> S3Buckets { get; set; }
    Property Value
    Type Description
    ICollection<AWSS3BucketClientOptions>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX