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
A .folder file that gets created by uploading a directory object is currently not being versioned when versioning is enabled, on a second PUT of the same directory object the .folder will get overridden, and on delete we won't create a delete marker for this file.
same for MPU, delete latest/delete version id/lists/get/head etc, we need to support all flows with directory object combined with versioning.
Expected behavior
Content directory object can be versioned.
Steps to reproduce
Regular put example -
aws s3 api put-object --bucket bucket1 --key a/b/c/ --body some_file_v1.txt
aws s3 api put-object --bucket bucket1 --key a/b/c/ --body some_file_v2.txt
aws s3 api list-object-versions - result - got only the second version
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered:
romayalon
changed the title
Directory object (key/) is not supported combined with versioning Enabled
Directory object (key/) is not supported combined with versioning Enabled/Suspended
Nov 14, 2024
Environment info
Actual behavior
same for MPU, delete latest/delete version id/lists/get/head etc, we need to support all flows with directory object combined with versioning.
Expected behavior
Steps to reproduce
Regular put example -
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: