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

trailing / messes up signing of request #56

Closed
wants to merge 3 commits into from

Conversation

rw2
Copy link
Collaborator

@rw2 rw2 commented Nov 18, 2024

No description provided.

@jhiemstrawisc
Copy link
Member

@rw2, can you take another look at this? I think this fixes part of the issue with path-style lists, but it breaks regular GETs where we still need the object name in the generated URL (see failing tests).

On a side note, I think we still want to keep the list-type=2 and delimeter=/ query parameters here -- did you come to a different conclusion?

@rw2
Copy link
Collaborator Author

rw2 commented Nov 19, 2024

Good news, now it's more than a one line fix!

Turned out there were two things. First the path'ing wasn't being done correctly. Second, once that was fixed, the correct paths were not being used in the correct places. So now that's fixed and the unit tests pass again.

@rw2 rw2 closed this Nov 19, 2024
@rw2 rw2 reopened this Nov 19, 2024
@rw2 rw2 linked an issue Nov 21, 2024 that may be closed by this pull request
@jhiemstrawisc
Copy link
Member

Closing this PR, as it looks like it's a subset of the work in #58

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

Successfully merging this pull request may close these issues.

ls against protected buckets does not work
2 participants