Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. const newMetaData = {
  2. ContentType: current.ContentType,
  3. ContentEncoding: current.ContentEncoding,
  4. ContentLanguage: current.ContentLanguage,
  5. Expires: current.Expires,
  6. WebsiteRedirectLocation: current.WebsiteRedirectLocation,
  7. CacheControl: current.CacheControl,
  8. ContentDisposition: current.ContentDisposition,
  9. ServerSideEncryption: current.ServerSideEncryption,
  10. StorageClass: current.StorageClass,
  11. SSEKMSKeyId: current.SSEKMSKeyId,
  12. MetadataDirective: 'REPLACE',
  13. Metadata: {
  14. 'my-new-key': 'some value'
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement