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

Filter out empty headers #65

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Filter out empty headers #65

merged 1 commit into from
Sep 10, 2024

Conversation

macbre
Copy link
Member

@macbre macbre commented Sep 10, 2024

Resolves #53 - backported @dcmexy fix from https://github.com/tpyo/amazon-s3-php-class

Fixes issues tpyo#157 & tpyo#171.

It turns out that ListBuckets does not work on non-amazon services due to a 403 SignatureDoesNotMatch error caused by the empty headers.

/cc @tamasmazuk

Fixes issues tpyo#157 & tpyo#171.

It turns out that ListBuckets does not work on non-amazon services due to a 403 SignatureDoesNotMatch error caused by the empty headers.
@macbre macbre added the bug label Sep 10, 2024
@macbre macbre self-assigned this Sep 10, 2024
@macbre macbre enabled auto-merge (squash) September 10, 2024 10:48
@macbre macbre merged commit 3151e79 into master Sep 10, 2024
5 checks passed
@macbre macbre deleted the fix/filter-out-empty-headers branch September 10, 2024 10:48
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10790923527

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 23.415%

Totals Coverage Status
Change from base Build 10188897439: 0.0%
Covered Lines: 229
Relevant Lines: 978

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SignatureDoesNotMatch error
2 participants