[]
Create a AWSStorageProvider to StorageProviderManager with the specified key and some parameters.
public AWSStorageProvider(string accessKey, string secretKey, string bucketName, string region)
| 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. |