Skip to content

blob/s3blob: Allow using s3ForcePathStyle as a synonym of use_path_style, for backwards compatibility with V1#3505

Merged
vangent merged 1 commit intogoogle:masterfrom
vangent:pathstyle
Nov 7, 2024
Merged

blob/s3blob: Allow using s3ForcePathStyle as a synonym of use_path_style, for backwards compatibility with V1#3505
vangent merged 1 commit intogoogle:masterfrom
vangent:pathstyle

Conversation

@vangent
Copy link
Contributor

@vangent vangent commented Nov 7, 2024

Fixes #3472.

@codecov
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.

Project coverage is 73.25%. Comparing base (e9bda0a) to head (742f884).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
blob/s3blob/s3blob.go 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3505   +/-   ##
=======================================
  Coverage   73.24%   73.25%           
=======================================
  Files         113      113           
  Lines       15051    15052    +1     
=======================================
+ Hits        11024    11026    +2     
+ Misses       3262     3261    -1     
  Partials      765      765           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vangent vangent merged commit 5695484 into google:master Nov 7, 2024
@vangent vangent deleted the pathstyle branch November 7, 2024 18:50
Kakulukian pushed a commit to OpenCNFT/nnn that referenced this pull request Dec 5, 2024
The upgrade to GoCloud v0.39.0 switched to AWS SDK v2 and dropped
support for the `s3ForcePathStyle` query parameter in the GoCloud URL.
Even though GoCloud v0.40.0 brought `use_path_style`, the legacy
`s3ForcePathStyle` parameter no longer worked with that version. This
would cause `gitaly` to fail with an `unknown query parameter`.

google/go-cloud#3505 adds back
`s3ForcePathStyle` as an alias for `use_path_style` to preserve
backwards compatibility. This commit bumps the version to a pseudo-ref
that supports `s3ForcePathStyle`.

Diff:
https://github.com/google/go-cloud/compare/v0.40.0..56954848c3

Relates to https://gitlab.com/gitlab-org/gitaly/-/issues/6489

Changelog: fixed
Kakulukian pushed a commit to OpenCNFT/nnn that referenced this pull request Dec 5, 2024
The upgrade to GoCloud v0.39.0 switched to AWS SDK v2 and dropped
support for the `s3ForcePathStyle` query parameter in the GoCloud URL.
Even though GoCloud v0.40.0 brought `use_path_style`, the legacy
`s3ForcePathStyle` parameter no longer worked with that version. This
would cause `gitaly` to fail with an `unknown query parameter`.

google/go-cloud#3505 adds back
`s3ForcePathStyle` as an alias for `use_path_style` to preserve
backwards compatibility. This commit bumps the version to a pseudo-ref
that supports `s3ForcePathStyle`.

Diff:
https://github.com/google/go-cloud/compare/v0.40.0..56954848c3

Relates to https://gitlab.com/gitlab-org/gitaly/-/issues/6489

Changelog: fixed
sandeepvinayak pushed a commit to sandeepvinayak/go-cloud that referenced this pull request Apr 10, 2025
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.

blob/s3blob: s3ForcePathStyle stopped working in v0.39.0

1 participant