s3-copy-files-to-bucket
README.md

s3-copy-files-to-bucket

This is an AWS cloud project that involves the use of the AWS CLI to copy file from one bucket to another.

The steps involved in the project include...

  1. Creation of frombucket using the AWS management console, and uploading a file into it.

  2. Creation of an empty tobucket using the same console.

  3. Using the AWS CLI to list the available buckets in the account.

  4. Listing the files or objects in the frombucket.

  5. Running the command to copy the content of the frombucket to the tobucket.

  6. Listing the contents of the tobucket.

  7. Viewing the content of the tobucket using the management console.