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
By default metadata from original object is copied into new object but to be s3 compatible we need an option to set new metadata while creating a copy of the object.
We need to:
define where and how to put this option (most probably CopyObjectOptions.Metadata)
integrate with server-side (we need to implement server-side first)
The text was updated successfully, but these errors were encountered:
By default metadata from original object is copied into new object but to be s3 compatible we need an option to set new metadata while creating a copy of the object.
We need to:
The text was updated successfully, but these errors were encountered: