Class AWSS3BucketClientOptions
Inheritance
AWSS3BucketClientOptions
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
|
Improve this Doc
View Source
AccessSecret
Declaration
public string AccessSecret { get; set; }
Property Value
|
Improve this Doc
View Source
BucketName
Declaration
public string BucketName { get; set; }
Property Value
|
Improve this Doc
View Source
Endpoint
Declaration
public string Endpoint { get; set; }
Property Value
|
Improve this Doc
View Source
Region
Declaration
public string Region { get; set; }
Property Value
|
Improve this Doc
View Source
UseAccelerateEndpoint
Declaration
public bool UseAccelerateEndpoint { get; set; }
Property Value