Xuanwo opened a new issue, #5520:
URL: https://github.com/apache/opendal/issues/5520

   OpenDAL uses `Capability` to represent the operations supported by services. 
Historically, we have provided separate configurations for users to customize 
services, such as `batch_max_operations` and `disable_stat_with_override`.
   
   This might be confusing for features that users can enable or disable, such 
as bucket versioning. When users set `enable_versioning`, they might think they 
are enabling versioning on the bucket itself, but in reality, it only toggles a 
flag in OpenDAL.
   
   Perhaps we should offer users a way to adjust the capability themselves, 
rather than attempting to create configurations for every field.


-- 
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]

Reply via email to