ASP.NET Web API コントロール
AWSStorageProvider コンストラクタ

C1.Web.Api.Cloud アセンブリ > C1.Web.Api.Storage.CloudStorage 名前空間 > AWSStorageProvider クラス : AWSStorageProvider コンストラクタ
AWS アクセスキー。
AWS シークレットキー。
AWS バケット名。
us-east-1 などのリージョン。
キーといくつかのパラメータを指定して C1.Web.Api.Storage.StorageProviderManagerAWSStorageProvider を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal accessKey As System.String, _
   ByVal secretKey As System.String, _
   ByVal bucketName As System.String, _
   ByVal region As System.String _
)
public AWSStorageProvider( 
   System.string accessKey,
   System.string secretKey,
   System.string bucketName,
   System.string region
)

パラメータ

accessKey
AWS アクセスキー。
secretKey
AWS シークレットキー。
bucketName
AWS バケット名。
region
us-east-1 などのリージョン。
参照

AWSStorageProvider クラス
AWSStorageProvider メンバ