30 October 2014 - S3 endpoints and S3 Content-Disposition header

Using specific S3 endpoints

To use specific endpoint in the media source or in the format destination replace 's3.amazonaws.com' in your S3 URL with one of the following:

  • us-east-1 — s3-external-1.amazonaws.com
  • us-west-2 — s3-us-west-2.amazonaws.com
  • us-west-1 — s3-us-west-1.amazonaws.com
  • eu-west-1 — s3-eu-west-1.amazonaws.com
  • ap-southeast-1 — s3-ap-southeast-1.amazonaws.com
  • ap-southeast-2 — s3-ap-southeast-2.amazonaws.com
  • ap-northeast-1 — s3-ap-northeast-1.amazonaws.com
  • sa-east-1 — s3-sa-east-1.amazonaws.com

Setting 'Content-Disposition' response header for S3 files

You can specify 'Content-Disposition' response header for S3 destination by setting it in 'contentdisposition' param in GET query. For example:
_http://[bucket].s3.amazonaws.com/[filename][?acl=public-read | authenticated-read]&content_disposition=attachment