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

s3s-fs: fix list_objects_v2 on Windows #101

Merged
merged 1 commit into from
Nov 8, 2023
Merged

s3s-fs: fix list_objects_v2 on Windows #101

merged 1 commit into from
Nov 8, 2023

Conversation

amunra
Copy link
Contributor

@amunra amunra commented Nov 8, 2023

This is a fix for the list_objects_v2 operation on Windows.

The issue was that the determining if a path in s3s starts with the prefix was done as a string operation between filesystem names delimited by \ on Windows and / S3 path delimiters.

This PR's logic converts filesystem paths to strings using the delimiter specified in the query.

Closes: #102


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Nugine Nugine merged commit 54124ba into Nugine:main Nov 8, 2023
7 checks passed
@amunra amunra deleted the fix_list_objects_v2_on_windows branch November 8, 2023 14:19
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.

ListObjectsV2 is broken on Windows
2 participants