[]
        
(Showing Draft Content)

C1.Web.Api.Storage.CloudStorage.AWSStorageProvider.-ctor

AWSStorageProvider Constructor

AWSStorageProvider(string, string, string, string)

Create a AWSStorageProvider to StorageProviderManager with the specified key and some parameters.

Declaration
public AWSStorageProvider(string accessKey, string secretKey, string bucketName, string region)
Parameters
Type Name Description
string accessKey

Your AWS access key.

string secretKey

Your AWS secret key.

string bucketName

Your AWS bucket name.

string region

Your region, eg : us-east-1.