Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manjilasingh committed Aug 23, 2024
1 parent 894472e commit 5b8a823
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ aws s3 sync s3://my-source-bucket s3://my-destination-bucket \
- The --profile (or --dest-profile in some AWS CLI versions) is used for writing to the destination bucket.
- Ensure both profiles have the necessary permissions on their respective buckets.
- Be cautious with the --delete flag as it removes files in the destination that don't exist in the source.
- Always test with --dryrun first to ensure the operation will do what you expect.
- Basically, you have to create two access key profile, and attach those appropriate
- Always test with --dryrun first to ensure the operation will do what you expect.

0 comments on commit 5b8a823

Please sign in to comment.