'宣言 Public Function New( _ ByVal name As System.String, _ ByVal bucketName As System.String, _ ByVal accessKey As System.String, _ ByVal secretKey As System.String, _ ByVal config As Amazon.S3.AmazonS3Config _ )
public AWSStorage( System.string name, System.string bucketName, System.string accessKey, System.string secretKey, Amazon.S3.AmazonS3Config config )
パラメータ
- name
- パス
- bucketName
- AWS の BucketName
- accessKey
- AmazonS3 のアクセスキー
- secretKey
- AmazonS3 のシークレットキー
- config