You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you try to reproduce this using code from #60? (you can simply install fs-s3fs-ng package - it is the same as fs-s3fs==1.1.1 but with #60 and #61 applied)
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 fs_s3fs_ng it worked no problem, but with fs_s3fs with strict=False I was able to open the file it appears, but it started reading the entire file in.
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: