GitHub user Xuanwo added a comment to the discussion: S3 Provider : ACL 
management

Hi, @MonsieurHulot, would you like to submit an issue and link to this 
discussion? I believe we can build something like this:

```rust
let cfg = S3Config::new().default_acl("my_acl");
let op = Operator::new(cfg);

let x = op.write("abc");
```

All files written by `Operator` will have the acl `my_acl`.

GitHub link: 
https://github.com/apache/opendal/discussions/5089#discussioncomment-11000807

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to