Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 679 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 679 Bytes

Cloud-Folder

Transfer any data to Amazon S3 within seconds.

You Will Need

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.

What You Need To Do

  1. Create a folder, mention its path in the code.
  2. Enter the bucket name in which the data will be transferred.
  3. Enter the credentials (access & secret key)
  4. Run the program and all data in the folder will be transferred to your bucket in the cloud within seconds.

NOTE

Do not share AWS credentials.