Skip to content

Commit

Permalink
Merge 7d6699f into a16c415
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Jun 10, 2019
2 parents a16c415 + 7d6699f commit e749465
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 @@ -64,6 +64,10 @@ exports.upload = function (options) {
if (options.contentType) {
s3Options.ContentType = options.contentType;
}

if (options.contentEncoding) {
s3Options.ContentEncoding = options.contentEncoding;
}

// use ACL until a more obvious permission generalization is available
if (options.acl) {
Expand Down

0 comments on commit e749465

Please sign in to comment.