Comment
This commit is contained in:
@ -234,6 +234,7 @@ options = {
|
|||||||
symlinks: function(version, filename) {
|
symlinks: function(version, filename) {
|
||||||
return {
|
return {
|
||||||
headers: {
|
headers: {
|
||||||
|
// http://stackoverflow.com/questions/2272835/amazon-s3-object-redirect
|
||||||
"X-Amz-Website-Redirect-Location": "/" + version + "/" + filename,
|
"X-Amz-Website-Redirect-Location": "/" + version + "/" + filename,
|
||||||
"Cache-Control": "no-cache, no-store, must-revalidate, max-age=0"
|
"Cache-Control": "no-cache, no-store, must-revalidate, max-age=0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user