bharatviswa504 commented on pull request #2448: URL: https://github.com/apache/ozone/pull/2448#issuecomment-888153065
> @bharatviswa504 Just curious, what's the sense behind the term "to disable versioning" ? For now it's unavailable anyway. Nobody can use, enable or disable versioning as of today. Even though we don't support versioning, we do create new version of key when overriding, and list all versions during put/get/list. If bucket versioning is false, we can avoid all this, and we shall have only one version at a time. But still we need to be compatible with AWS S3, (I still need to explore how AWS S3 behaves) I mean we have versioning boolean in BucketArgs, BucketInfo, we are not using it, use this boolean and allow only one version if versioning is false. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
