To configure AWS Web API Service and perform different operations, follow these steps:
Code |
コードのコピー
|
---|---|
app.UseStorageProviders().AddAWSStorage("AWS", “aWSAccessTocken”, “secretKey”, “bucketName”, region);
|
You can choose to perform various operations, such as listing data, uploading, deleting or downloading a file, after registering the cloud service. To understand how to perform these operations, see Perform Operations.
Back to Top