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

Workaround botocore bug in S3 URL Handler backend #19056

Merged
merged 7 commits into from
May 23, 2023
Merged

Conversation

thejcannon
Copy link
Member

See boto/botocore#2948 for the upstream bug fix.

This only occurs for toekn-based auth, and therefore wasn't caught in tests or in local testing.

@thejcannon thejcannon added needs-cherrypick category:bugfix Bug fixes for released features labels May 19, 2023
@thejcannon thejcannon added this to the 2.16.x milestone May 19, 2023
@thejcannon thejcannon requested a review from stuhood May 19, 2023 15:38
@stuhood
Copy link
Sponsor Member

stuhood commented May 19, 2023

It would be good to avoid pushing branches to origin, as it triggers both the push and pull_request workflows (i.e. gets you double CI).

@thejcannon
Copy link
Member Author

It would be good to avoid pushing branches to origin, as it triggers both the push and pull_request workflows (i.e. gets you double CI).

I don't disagree but thats more of an infrastructural issue with our stuff IMO. I make these branches in the GitHub UI which doesn't offer an option for committing to a fork if you can commit to origin.

@thejcannon
Copy link
Member Author

I can try and tackle the infra issues as well very soon. As the cherry picker will be pushing to origin as well

@thejcannon thejcannon enabled auto-merge (squash) May 23, 2023 18:02
@thejcannon thejcannon merged commit 6f3ce7a into main May 23, 2023
@thejcannon thejcannon deleted the thejcannon-patch-1 branch May 23, 2023 18:38
github-actions bot pushed a commit that referenced this pull request May 23, 2023
See boto/botocore#2948 for the upstream bug fix.

This only occurs for toekn-based auth, and therefore wasn't caught in
tests or in local testing.
github-actions bot pushed a commit that referenced this pull request May 23, 2023
See boto/botocore#2948 for the upstream bug fix.

This only occurs for toekn-based auth, and therefore wasn't caught in
tests or in local testing.
thejcannon added a commit that referenced this pull request May 24, 2023
…19056) (#19111)

See boto/botocore#2948 for the upstream bug fix.

This only occurs for toekn-based auth, and therefore wasn't caught in
tests or in local testing.

Co-authored-by: Joshua Cannon <[email protected]>
thejcannon added a commit that referenced this pull request Jun 5, 2023
…19056) (#19110)

See boto/botocore#2948 for the upstream bug fix.

This only occurs for toekn-based auth, and therefore wasn't caught in
tests or in local testing.

Co-authored-by: Joshua Cannon <[email protected]>
@thejcannon
Copy link
Member Author

UGH! Apparently this is the only place where they use lowercase x-amz-security-token. 😠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants