瀏覽代碼

companion: pass-through metadata to S3, fixes #2531 (#2742)

Renée Kooi 4 年之前
父節點
當前提交
eecad13920
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/@uppy/companion/src/server/Uploader.js

+ 1 - 0
packages/@uppy/companion/src/server/Uploader.js

@@ -564,6 +564,7 @@ class Uploader {
       Key: options.getKey(null, filename, this.options.metadata),
       ACL: options.acl,
       ContentType: this.options.metadata.type,
+      Metadata: this.options.metadata,
       Body: stream
     })