trim21 opened a new issue, #6871:
URL: https://github.com/apache/opendal/issues/6871
### Feature Description
I'm using python binding and it would be nice to allow to set proxy per
operator without change the global env
### Problem and Solution
I'm using s3 between GFW which would need some proxy to get good connection
quality , but it's not possible to set proxy for just one operator.
It would be nice to allow set a proxy for a operator:
```python
opendal.Operator(
"s3",
...,
proxy="...",
)
```
### Additional Context
_No response_
### Are you willing to contribute to the development of this feature?
- [ ] Yes, I am willing to contribute to the development of this feature.
--
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]