-
Notifications
You must be signed in to change notification settings - Fork 503
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
update-go-pkg(deps): bump github.com/Azure/azure-storage-blob-go from 0.10.0 to 0.15.0 #1859
base: main
Are you sure you want to change the base?
update-go-pkg(deps): bump github.com/Azure/azure-storage-blob-go from 0.10.0 to 0.15.0 #1859
Conversation
@dependabot rebase |
Bumps [github.com/Azure/azure-storage-blob-go](https://github.com/Azure/azure-storage-blob-go) from 0.10.0 to 0.15.0. - [Release notes](https://github.com/Azure/azure-storage-blob-go/releases) - [Changelog](https://github.com/Azure/azure-storage-blob-go/blob/master/ChangeLog.md) - [Commits](Azure/azure-storage-blob-go@v0.10.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-storage-blob-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
ffa69b2
to
5a22b69
Compare
@@ -129,7 +129,7 @@ func (s *azblobLock) acquireLease(ctx context.Context, blobURL azblob.BlockBlobU | |||
defer cancel() | |||
|
|||
// first we need to create a blob which can be then leased | |||
_, err := blobURL.Upload(tctx, bytes.NewReader([]byte{1}), azblob.BlobHTTPHeaders{}, nil, azblob.BlobAccessConditions{}) | |||
_, err := blobURL.Upload(tctx, bytes.NewReader([]byte{1}), azblob.BlobHTTPHeaders{}, nil, azblob.BlobAccessConditions{}, azblob.DefaultAccessTier, nil, azblob.ClientProvidedKeyOptions{}, azblob.ImmutabilityPolicyOptions{}) |
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.
I'm somewhat concerned about azblob.DefaultAccessTier
because I don't really trust that the people who built this SDK mean "default" as in "what it used to be before I implemented object level priority".
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.
In terms of the SDK and Azure it translates to this:
// AccessTierNone represents an empty AccessTierType.
AccessTierNone AccessTierType = ""
So, I think this is what users would expect who are existing users of Azure Blob Storage.
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.
It seems like the right choice: Azure/azure-storage-blob-go@7b8190d#diff-3316a810df43ef6f2e17497d349af1b78a9738ddd70bea1cfadc8f3e5b820f08L78
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.
LGTM
Bumps github.com/Azure/azure-storage-blob-go from 0.10.0 to 0.15.0.
Release notes
Sourced from github.com/Azure/azure-storage-blob-go's releases.
Changelog
Sourced from github.com/Azure/azure-storage-blob-go's changelog.
Commits
a95cc93
Merge pull request #324 from Azure/dev3165aad
Updated version for 0.15 and added changelog (#323)69bf9eb
Merge pull request #284 from kfarnung/chunkwriting_buffers7a7d02e
Merge branch 'dev' into chunkwriting_buffers609d45c
Merge pull request #322 from Azure/dev-master-merge36a3b7c
Removed swagger speca541006
Merge remote-tracking branch 'origin/master' into devfcec3a3
Added SAS Permission for Permanent Delete (#305)e7f2275
Implement copy source authorization (#317)7e62913
Rehydrate Priority In SetTier (#320)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)