prashantpogde commented on PR #4291: URL: https://github.com/apache/ozone/pull/4291#issuecomment-1442235064
> 3. A new `snapshotName` field alone may or may not suffice. Currently we only support the snapshot scope of a single bucket, but we would at least expand the snapshot scope to a volume. I'd like to know the intended usage of this new ACL resource field. Could you give an example or two? Good point. We do not intend to support nested snapshots in Ozone. Therefore snapshot scope can be either a bucket or a volume and just one snapshot field would suffice. However we need another parameter to indicate whether the ".snapshot" path prefix should be applied at volume-level or bucket-level. It would also be good to do it such that it leaves room for supporting snapshots for key-prefixes in future without having to make changes in Ranger. -- 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]
