Skip to content

release: S3 redirects should use abs path#90804

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
rail:s3-redirect-fix
Oct 27, 2022
Merged

release: S3 redirects should use abs path#90804
craig[bot] merged 1 commit intocockroachdb:masterfrom
rail:s3-redirect-fix

Conversation

@rail
Copy link
Copy Markdown
Member

@rail rail commented Oct 27, 2022

Previously, S3 "latest" redirects used relative path, while the AWS API expects the redirects to start with "/", "http://", or "https://".

This patch adds a slash to the key name for all redirect calls. The GCS implementation already strips the leading slash and should handle it properly.

Release note: None
Epic: None

Previously, S3 "latest" redirects used relative path, while the AWS API
expects the redirects to start with "/", "http://", or "https://".

This patch adds a slash to the key name for all redirect calls. The GCS
implementation already strips the leading slash and should handle it
properly.

Release note: None
Epic: None
@rail rail added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-release T-release Release Engineering & Automation Team backport-22.1.x labels Oct 27, 2022
@rail rail requested a review from celiala October 27, 2022 21:31
@rail rail self-assigned this Oct 27, 2022
@rail rail requested a review from a team as a code owner October 27, 2022 21:31
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@celiala
Copy link
Copy Markdown
Collaborator

celiala commented Oct 27, 2022

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Oct 27, 2022

Build succeeded:

@blathers-crl
Copy link
Copy Markdown

blathers-crl bot commented Oct 27, 2022

Encountered an error creating backports. Some common things that can go wrong:

  1. The backport branch might have already existed.
  2. There was a merge conflict.
  3. The backport branch contained merge commits.

You might need to create your backport manually using the backport tool.


error creating merge commit from 9ad3b65 to blathers/backport-release-22.1-90804: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict []

you may need to manually resolve merge conflicts with the backport tool.

Backport to branch 22.1.x failed. See errors above.


🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-release C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-release Release Engineering & Automation Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants