• Articles
  • API Documentation
  • SixLabors.ImageSharp.Web.Providers.AWS
  • AWSS3BucketClientOptions
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 AWSS3BucketClientOptions

    Configuration options for the AWSS3StorageImageProvider provider.

    Inheritance
    Object
    AWSS3BucketClientOptions
    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 AWSS3BucketClientOptions

    Properties

    | Improve this Doc View Source

    AccessKey

    Declaration
    public string AccessKey { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    AccessSecret

    Declaration
    public string AccessSecret { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    BucketName

    Declaration
    public string BucketName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Endpoint

    Declaration
    public string Endpoint { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Region

    Declaration
    public string Region { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    UseAccelerateEndpoint

    Declaration
    public bool UseAccelerateEndpoint { get; set; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AccessKey
      • AccessSecret
      • BucketName
      • Endpoint
      • Region
      • UseAccelerateEndpoint
    Back to top Generated by DocFX