Skip to content

Update limitations docs - #85

Open
mivade wants to merge 3 commits into
PyFilesystem:masterfrom
mivade:update-limitations-docs
Open

Update limitations docs#85
mivade wants to merge 3 commits into
PyFilesystem:masterfrom
mivade:update-limitations-docs

Conversation

@mivade

Copy link
Copy Markdown

This notes that open can fail with empty objects and provide a hint that passing strict=False to S3FS may be a workaround. I also added a brief note to the README that points to the documentation on limitations since that was missing.

mivade added 3 commits June 13, 2021 08:58
More specifically:
- Point out that opening a file can file when empty "directory" objects
don't exist
- Provide a hint that passing `strict=False` can resolve some issues when
writing empty objects isn't an option
Sign up for freeto 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.

1 participant

@mivade