-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Added support for directory and delegation SAS #14531
Merged
gapra-msft
merged 23 commits into
Azure:feature/storage/stg74
from
gapra-msft:storage/delegationSas
Sep 9, 2020
Merged
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1ef2aae
Added code for directory and delegation SAS
gapra-msft db4e48f
Added code and tests for directory and delegation sas
gapra-msft 1f6b636
Added code for delegation SAS
gapra-msft fe70587
recorded tests
gapra-msft d39b9c8
Added breadcrumbs
gapra-msft f85165b
Merge branch 'feature/storage/stg74' into storage/delegationSas
gapra-msft bd5dc6e
Added Changelog
gapra-msft 5a744f8
Updated to pass Analyze step
gapra-msft 599442d
Changed the permissions to include chagne
gapra-msft 8c54c8b
Merge branch 'feature/storage/stg74' into storage/delegationSas
gapra-msft 0a0e177
Merge branch 'feature/storage/stg74' into storage/delegationSas
gapra-msft 80acb8a
Fixed line length
gapra-msft 524b734
Changed to use one setter
gapra-msft d4db54a
removed unnecessary test
gapra-msft 78448a9
Changed variable name
gapra-msft 2ef2cee
Merge branch 'feature/storage/stg74' into storage/delegationSas
gapra-msft 5b71fea
comment related stuff
gapra-msft 35f2c9b
Addressed comments and changed change to manage
gapra-msft 7b1a751
Modified public API to create 2 different setters
gapra-msft 7e33e91
Fixed another test
gapra-msft 971cf9a
rename of permission
gapra-msft 8aed155
Changed public constants
gapra-msft fa4c50b
Analyze step
gapra-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 16 additions & 19 deletions
35
sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/SasClientTests.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
- Added support for the 2019-02-10 service version. | ||
- Added support to schedule file expiration. | ||
- Added support to specify Arrow Output Serialization when querying a file. | ||
- Added support to generate directory SAS and added support to specify additional user ids and correlation ids for user delegation SAS. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. NIT - double space after "..correlation ids for" |
||
- Added support to upload data to a file from an InputStream. | ||
- Added support to specify permissions and umask when uploading a file. | ||
- Fixed a bug where an empty string would be sent with the x-ms-properties header when metadata was null or empty. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
NIT - remove extra new line