-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Readme update for sasToken API in builder #5697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| - Renamed `setTier` to `setAccessTier` from `BlobAsyncClientBase` and `BlobClientBase` classes. | ||
| - Added `ParallelTransferOptions` to buffered upload, upload from file and download to file methods. | ||
| - Removed `Metadata` class and uses Map<String, String> for `matadata` field of `BlobProperties` and `ContainerProperties`. | ||
| - Removed generate SAS token APIs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Removed generate SAS token APIs. | |
| - Removed SAS token generation methods for client APIs, use {insert SAS token generation classes here} to create SAS tokens. |
| - Added `ParallelTransferOptions` to buffered upload, upload from file and download to file methods. | ||
| - Removed `Metadata` class and uses Map<String, String> for `matadata` field of `BlobProperties` and `ContainerProperties`. | ||
| - Removed generate SAS token APIs. | ||
| - Added `sasToken(String)` in client builder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Added `sasToken(String)` in client builder. | |
| - Replaced `credential(SASTokenCredential)` with `sasToken(String)` in client builder. |
| - Added `ParallelTransferOptions` to buffered upload, upload from file and download to file methods. | ||
| - Removed `Metadata` class and uses Map<String, String> for `matadata` field of `BlobProperties` and `ContainerProperties`. | ||
| - Removed generate SAS token APIs. | ||
| - Added `sasToken(String)` in client builder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a comment about removing SASTokenCredential and SASTokenCredentialPolicy
|
Comments addressed |
No description provided.