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

CAMEL-21562. It's not a problem if the client is not allowed to do HeadBucket #16625

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

mihxil
Copy link
Contributor

@mihxil mihxil commented Dec 20, 2024

Description

The AWS2S3Endpoint tries to do a HeadBucket request, which may not be permitted. This is only a problem if the endpoint is also configured to create the bucket if it does not exist.

Otherwise it may simply be that other actions on the bucket will succeed, and there is not reason to fail if just the HeadBucket request is not permitted.

I though this would be CAMEL-18022, but I think it is different.
Now:
https://issues.apache.org/jira/browse/CAMEL-21562

Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@mihxil mihxil marked this pull request as ready for review December 20, 2024 12:44
@mihxil mihxil changed the title Camel 18022. It's not a problem if the client is not allowed to do HeadBucket CAMEL-21562. It's not a problem if the client is not allowed to do HeadBucket Dec 20, 2024
@oscerd
Copy link
Contributor

oscerd commented Dec 20, 2024

The build error is not related to this PR.

@oscerd oscerd merged commit 106468e into apache:main Dec 20, 2024
2 of 4 checks passed
@mihxil mihxil deleted the CAMEL-18022 branch December 20, 2024 13:22
oscerd pushed a commit that referenced this pull request Dec 20, 2024
oscerd added a commit that referenced this pull request Dec 20, 2024
…adBucket (#16625) (#16626)

* This may fix  CAMEL-18022

* Formatted correctly.

Co-authored-by: Michiel Meeuwissen <git@meeuw.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants