s3cmd – how to put files with expiration on S3/CloudFront #AWS #s3
[bash]s3cmd put –add-header "Cache-Control: 604800" -P ./* s3://mybucket.com/path/to/files/[/bash] If you have your CloudFront Distribution pointed to your S3 bucket, files…
[bash]s3cmd put –add-header "Cache-Control: 604800" -P ./* s3://mybucket.com/path/to/files/[/bash] If you have your CloudFront Distribution pointed to your S3 bucket, files…