fsid property not implemented in s3fs
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 305
- Avg merge
- 22h 37m
- Merged PRs (30d)
- 4
Description
In the latest release of fsspec a new property was added to the base spec in AbstractFileSystem.
By default, this raises a NotImplementedError. This will cause an issue for users of s3fs in any use case that accesses this expected property.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the AbstractFileSystem reference in the issue to understand the fsid property contract, then locate the corresponding filesystem implementation in s3fs. Add the missing property support and verify that accessing it no longer raises the base NotImplementedError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100