Transfer any data to Amazon S3 within seconds.
AWS account (access key, secret key & Bucket in S3)
In AWS go to IAM, create new user give the user full access of S3 and copy access key & secret key
Add AWSS3 NuGet package.
Giving Access Key & Secret Key of the AWS Account can make your account vulnearable.
- Create a folder, mention its path in the code.
- Enter the bucket name in which the data will be transferred.
- Enter the credentials (access & secret key)
- Run the program and all data in the folder will be transferred to your bucket in the cloud within seconds.
Do not share AWS credentials.