Class S3Options
AWS S3 credentials.
Inheritance
System.Object
    S3Options
  Namespace: EPiServer.Commerce.ODP
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public class S3Options : ObjectConstructors
S3Options()
Declaration
public S3Options()Properties
AccessKeyId
AWS Access Key ID.
Declaration
public string AccessKeyId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
BucketName
The name of S3 bucket.
Declaration
public string BucketName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Region
The system name of a region like "us-east-1".
Declaration
public string Region { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Default value is us-east-1.
SecretAccessKey
AWS Secret Access Key.
Declaration
public string SecretAccessKey { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
