Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created February 3, 2014 09:50
Show Gist options
  • Save hatchan/8781142 to your computer and use it in GitHub Desktop.
Save hatchan/8781142 to your computer and use it in GitHub Desktop.
Adding custom http headers to the wercker s3sync step (https://app.wercker.com/#applications/51c82a063179be4478002245/tab/details)
deploy:
steps:
s3sync:
key-id: $KEY
key-secret: $SECRET
bucket-url: $BUCKET
source-dir: $SOURCE
opts: --add-header="Cache-Control:max-age=3600, public"
@manuelgruber
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment