Skip to content

Commit

Permalink
Merge 59d3e5b into 51433d3
Browse files Browse the repository at this point in the history
  • Loading branch information
yawetse committed May 28, 2015
2 parents 51433d3 + 59d3e5b commit ea9eaec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pkgcloud/amazon/storage/client/files.js
Expand Up @@ -52,6 +52,10 @@ exports.upload = function (options) {
Key: options.remote instanceof base.File ? options.remote.name : options.remote
};

if (options.cacheControl) {
s3Options.CacheControl = options.cacheControl;
}

if (options.contentType) {
s3Options.ContentType = options.contentType;
}
Expand Down

0 comments on commit ea9eaec

Please sign in to comment.