cubefs
cubefs copied to clipboard
[Feature]: Enable versioning on buckets
Contact Details
No response
Is there an existing issue for this?
- [x] I have searched all the existing issues
Is your feature request related to a problem? Please describe.
Sorry, I cannot find any documents or issues about version of an object, or VersioningConfiguration on bucket.
This is supported in AWS S3.
This is very convenient on using cubefs as general storage service. Will it be transparent in POSIX volume?
Is it on the roadmap of coming release?
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
@tangdeyi
There is no clear plan to implement s3 versioning bucket in the short term. If you have a strong reliance on the data security of the S3 interface, you can consider implementing a recycle bin at the application level.