Skip to content

Instantly share code, notes, and snippets.

@Matrix7867
Created June 12, 2019 14:44
Show Gist options
  • Save Matrix7867/b90fd7857efb46e1212256f81d323920 to your computer and use it in GitHub Desktop.
Save Matrix7867/b90fd7857efb46e1212256f81d323920 to your computer and use it in GitHub Desktop.
Copy any custom file to S3 via looping it
for i in *.json; do aws s3 cp $i s3://s3bucket/ls/ls/ ; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment