Skip to content

Instantly share code, notes, and snippets.

@ShubhamRasal
Last active October 18, 2020 17:09
Show Gist options
  • Save ShubhamRasal/881fb768c9d9eb519803f9c150391f7a to your computer and use it in GitHub Desktop.
Save ShubhamRasal/881fb768c9d9eb519803f9c150391f7a to your computer and use it in GitHub Desktop.
s3 cp svg
$ aws s3 cp dist/angular-demo s3://shubham-demo-bucket --recursive --exclude "*" --include "*.svg" --no-guess-mime-type --content-type "image/svg+xml" --cache-control public,max-age=86400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment