Skip to content

Instantly share code, notes, and snippets.

@arodbits
Created March 13, 2018 01:08
Show Gist options
  • Select an option

  • Save arodbits/49eb34991b39077475f73cda7bd123e2 to your computer and use it in GitHub Desktop.

Select an option

Save arodbits/49eb34991b39077475f73cda7bd123e2 to your computer and use it in GitHub Desktop.
deploy files into an s3 bucket from the cli
#s3 server deployment
aws s3 cp --acl public-read --content-type=text/html --metadata-directive REPLACE index.html s3://bucketname/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment