Skip to content

Instantly share code, notes, and snippets.

@markoo
Created September 2, 2021 13:35
Show Gist options
  • Save markoo/6859176b4f2fa1f2613ce8260b804dd1 to your computer and use it in GitHub Desktop.
Save markoo/6859176b4f2fa1f2613ce8260b804dd1 to your computer and use it in GitHub Desktop.
// The start of my love story with CDK & AWS :)
// copy a file to an S3 Bucket
aws s3 cp DIRECTORY_OR_FILE s3://BUCKET_NAME — recursive — quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment