Skip to content

Backport 17-4: Update GoCloud to a version that supports s3ForcePathStyle

Mustafa Bayar requested to merge 6489-go-cloud-backport-fix-to-17-4 into 17-4-stable

Backports !7411 (merged) to 17-4-stable

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.

https://github.com/google/go-cloud/pull/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 #6489 (closed)

Changelog: fixed

Merge request reports

Loading