Web API Edition | ComponentOne
C1.Web.Api.Storage.CloudStorage Namespace / AWSStorageProvider Class / AWSStorageProvider Constructor
Your AWS access key.
Your AWS secret key.
Your AWS bucket name.
Your region, eg : us-east-1.

In This Topic
    AWSStorageProvider Constructor
    In This Topic
    Create a AWSStorageProvider to C1.Web.Api.Storage.StorageProviderManager with the specified key and some parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal accessKey As String, _
       ByVal secretKey As String, _
       ByVal bucketName As String, _
       ByVal region As String _
    )
    public AWSStorageProvider( 
       string accessKey,
       string secretKey,
       string bucketName,
       string region
    )

    Parameters

    accessKey
    Your AWS access key.
    secretKey
    Your AWS secret key.
    bucketName
    Your AWS bucket name.
    region
    Your region, eg : us-east-1.
    See Also