-
Notifications
You must be signed in to change notification settings - Fork 55
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
I can open an S3 file in root, but not in a subdirectory #62
Comments
@davidparks21 Did you create the test directory with S3FS? S3FS has some limitations, which are documented here. |
I understand now, that does appear to be the issue, I hadn't caught that detail in the docs. This might be worth a big red flag in the docs. @mrk-its your PR is brilliant, it solved my next problem too. I was doing a test to see if I could open a large file (3+ GB) and only read the first few bytes of its header. With I'll watch your PRs, you've got my vote for sure! :) |
Originally posted here:
https://stackoverflow.com/questions/57227152/opening-a-file-in-pyfilesystems-s3-filesystem-fails
I'm able to open a file in the root of an S3 bucket without a problem, however I cannot open a file with a standard path prefix:
I get the error:
I've tried every variant of the path / s3 url I can think of but I always get the not found error.
The text was updated successfully, but these errors were encountered: