You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to override the metadata set every time when I run the upload script. New files looks good but I am unable to override metadata for existing files. Please do the needful.
Hi,
I am trying to override the metadata set every time when I run the upload script. New files looks good but I am unable to override metadata for existing files. Please do the needful.
For Example:
Metadata: {
'Cache-Control': 'max-age=31536000, no-transform, public',
'Last-Modified': today.getTime().toString(),
'x-amz-acl': 'private'
}
Last-Modified is not updated and I see "No Change" in the logger
The text was updated successfully, but these errors were encountered: