Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class S3Options

AWS S3 credentials.

Inheritance
System.Object
S3Options
Namespace: EPiServer.Commerce.ODP
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class S3Options : Object

Constructors

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