fsspec / fsspec/s3fs

fsid property not implemented in s3fs

Open
#699 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.