Skip to content
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 google storage library #89

Merged
merged 6 commits into from
Nov 23, 2023

Conversation

fpetkovski
Copy link
Contributor

@fpetkovski fpetkovski commented Nov 15, 2023

This commit updates cloud.google.com/go/storage to 1.35.

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Upgrade cloud.google.com/go/storage version v1.35.1

Verification

Unit tests

This commit updates cloud.google.com/go/storage to 1.35.

Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
@fpetkovski fpetkovski force-pushed the update-go-storage branch 3 times, most recently from 5178dea to 64d52ef Compare November 15, 2023 07:15
Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
Copy link
Member

@saswatamcode saswatamcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

README.md Outdated
@@ -88,8 +88,7 @@ type BucketReader interface {
// IsObjNotFoundErr returns true if error means that object is not found. Relevant to Get operations.
IsObjNotFoundErr(err error) bool

// IsAccessDeniedErr returns true if access to object is denied.
IsAccessDeniedErr(err error) bool
// IsAccessDeniedErr returns true if acces to object is denied.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems a bit off - do we need to edit the mdox line above?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, the method comment had a typo.

Signed-off-by: Filip Petkovski <[email protected]>
@fpetkovski
Copy link
Contributor Author

@GiedriusS any other comments or are we good to merge this?

Signed-off-by: Filip Petkovski <[email protected]>
@fpetkovski fpetkovski merged commit bffedaa into thanos-io:main Nov 23, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants