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
One way to update metadata with S3 is doing server-side copy to the same location with new metadata. We should also support this case in uplink but we don't need to do full server-side copy operation but we can use UpdateObjectMetadata on uplink side when we detect that the source location is equal to the destination location.
AC:
extend CopyObject method to handle coping to the same location
use UpdateObjectMetadata metainfo endpoint to set new metadata if source location and destination location are the same and new metadata was set
add test cases
The text was updated successfully, but these errors were encountered:
One way to update metadata with S3 is doing server-side copy to the same location with new metadata. We should also support this case in uplink but we don't need to do full server-side copy operation but we can use
UpdateObjectMetadata
on uplink side when we detect that the source location is equal to the destination location.AC:
The text was updated successfully, but these errors were encountered: