fsspec / fsspec/filesystem_spec
Add url spec to filesystem
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 490
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 38
Description
For some file providers it's handy to get a url for a specfici file. For example for S3 you may want a pre-signed url you can give to another server or client to allow them to write.
Some backend like S3 and GCP have implemented a url method to allow you to do this. But it's not part of the official spec.
Contributor guide
No contributing guide indexed for this repository
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 by locating the official filesystem specification and comparing it with the existing url methods in the S3 and GCP backends. Determine how the method should be represented in the spec, then verify that the specification covers the existing backend behavior and that relevant checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100