-
File won't decrypt
-
Hi,
I'm working on a similar project, but for OneDrive.
The thing that kinda bothers me, is a lack of `context.Context` support.
I see you resort to `context.Background()`.
The solution I settle…
-
`fsspec.url_to_fs` seems to be inconsistently parsing the path from urls.
```python
import fsspec
print(fsspec.url_to_fs("s3://icechunk-test/ryan"))
print(fsspec.url_to_fs("http://earthmover.…
-
Step six describes creating the password file and setting the permissions, however the permissions shown are incorrect.
echo AWS_ACCESS_KEY_ID:AWS_SECRET_ACCESS_KEY > ~/.passwd-s3fs
chmod **755** …
-
Additional Information
Version of s3fs being used (s3fs --version)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse or dpkg -s fuse)
Kernel information (uname -r)
GNU/Linux D…
-
One of the things that came out of the work package meeting on 22-10-2024 is that API access to data stored on the object storage is not explicitly included in the workflow diagram.
From my perspect…
-
I'm observing that `rm` is swallowing underlying errors and not deleting the files it was requested to delete:
```python
>>> fs.rm(path)
[]
>>> fs.rm_file(path)
File C:\python\envs\dev-py310\li…
-
# Summary
After mounting a Minio bucket as a volume files are not propagated from volume to bucket or viceversa.
## Version
Using the latest version of rexray/s3fs docker plugin. I don't have…
-
### Singer SDK Version
0.26.0
### Is this a regression?
- [ ] Yes
### Python Version
NA
### Bug scope
Other
### Operating System
NA
### Description
## Why
Development of [`PyFilesystem`]…
-
anybody have compare the performance between riofs and s3fs ?
sunxm updated
10 years ago