Hi Matt,
We are glad to announce that AmazonS3 bucket is now available in below location.
Steps to run the service:
1. Create an Amazon S3 account and then create S3 bucket to perform the file operations.
2. Then, open the AmazonS3FileProvider Controller
and register your Amazon S3 client account details like awsAccessKeyId, awsSecretAccessKey, bucketRegion, and bucketName details in RegisterAmazonS3
method to perform the file operations.
Refer the below code snippet
// You can use your login credentials in below method in controller
void RegisterAmazonS3(string bucketName, string awsAccessKeyId, string awsSecretAccessKey, string bucketRegion)
|
3. After run the project file, and refer the localhost URL link in file manager sample.
Kindly check the above sample and get back to us if you need any further assistance.
Regards,
Ashokkumar B.