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
The filemanager should use version_id when calling S3 APIs like HeadObject, GetObjectTagging, and PutObjectTagging. Even though S3 is called on ingestion where the latest object for a key and bucket is probably always the right object, using the version_id is more correct, and it is available at that point in the code.
The text was updated successfully, but these errors were encountered:
The filemanager should use
version_id
when calling S3 APIs likeHeadObject
,GetObjectTagging
, andPutObjectTagging
. Even though S3 is called on ingestion where the latest object for akey
andbucket
is probably always the right object, using theversion_id
is more correct, and it is available at that point in the code.The text was updated successfully, but these errors were encountered: