Last active
September 6, 2020 15:16
-
-
Save mbiemann/3cd700adafd3c3484e66556fe97077e2 to your computer and use it in GitHub Desktop.
AWS CLI Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# S3 - Sync Local Directory (deleting cloud files if local files were deleted) | |
aws s3 sync ./ s3://bucket_name/ --delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment