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<RwLock<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?