We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5307c commit 021c8bcCopy full SHA for 021c8bc
Gruntfile.js
@@ -135,7 +135,11 @@ module.exports = function(grunt) {
135
key: '<%= aws.key %>',
136
secret: '<%= aws.secret %>',
137
bucket: '<%= aws.bucket %>',
138
- access: 'public-read'
+ access: 'public-read',
139
+ headers: {
140
+ // Surrogate-Key header for Fastly to purge by release
141
+ 'x-amz-meta-surrogate-key': '<%= pkg.release %>'
142
+ }
143
},
144
all: {
145
upload: [{
0 commit comments