bonsairobo opened a new issue, #6581: URL: https://github.com/apache/opendal/issues/6581
### Feature Description I'd like to be able to continue using the same `Operator` through SAS token updates. ### Problem and Solution Right now, if I want to refresh a SAS token, I would need to build a new `Operator`, because `Azblob::sas_token` takes a `&str`. I believe the solution is to provide an `Arc<Mutex<String>>` (or equivalent wrapper) instead, so that the token can be updated externally. ### Additional Context _No response_ ### Are you willing to contribute to the development of this feature? - [x] 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]
