Skip to content

Commit

Permalink
Update S3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Oct 30, 2023
1 parent 7f82911 commit 76c2fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheat-sheet/Cloud/S3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
aws s3 rm s3://<bucket>/<path> # Remove object from bucket
aws s3 rm --recursive s3://<bucket>/<path> # Drop all in <path>

- [Copy Bucket to Bucket](https://www.reddit.com/r/aws/comments/87h38c/how_to_copy_existing_files_in_a_s3_bucket_to/)
[Copy Bucket to Bucket](https://www.reddit.com/r/aws/comments/87h38c/how_to_copy_existing_files_in_a_s3_bucket_to/)

aws s3 sync s3://bucket-1 s3://bucket-2

Expand Down

0 comments on commit 76c2fa9

Please sign in to comment.