Blob type
Open
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
For operations on files with unknown extensions like the following
```
$ into s3://mybucket/myfile.xyz myfile.xyz
```
We currently fail because we can't assign a particular node based off of the extension. One solution would be to create a `Blob` type to handle unknown things like this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.