-
Notifications
You must be signed in to change notification settings - Fork 646
Open
Labels
enhancementNew feature or requestNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"services/azblob
Description
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?
- Yes, I am willing to contribute to the development of this feature.
dosubot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"services/azblob