-
Include the `s3fs` package.
Reason: `s3fs` is used by Pandas when reading from Amazon S3.
-
**Description**
After upgrading from 3006.7 to 3006.8 on the salt-master, the following logs are seen in the master log:
```
2024-05-02 15:38:03,398 [salt.loaded.int.fileserver.s3fs:406 ][DEBUG ]…
-
I've noticed that while uploading large files (greater than 1GB), s3fs.write() performs around three times slower than the boto3.upload_file() API.
Is this slower performance expected when using s3…
-
I enabled s3fs on my omv 7 x86 deployment and seems it works just fine at least with blackblaze b2 buckets. Any chance we can enable it in mainline?
-
### Additional Information
I used s3fs mount bucket, after some days, s3fs used memory over 20GB.
My IO model is that, some threads write compressed package on a directory, if someone need use i…
-
the s3fs-fuse project location on [s3fs-fuse/s3fs-fuse](https://github.com/s3fs-fuse/s3fs-fuse.git)
-
The pod shows FailedMount in its describe logs. More precisely
```
MountVolume.MountDevice failed for volume "myvolume" : rpc error: code = Unknown desc = stat /var/lib/kubelet/plugins/kubernetes.io…
-
### Additional Information
#### Version of s3fs being used (`s3fs --version`)
Amazon Simple Storage Service File System V1.91 (commit:unknown) with OpenSSL
#### Version of fuse being used (`p…
-
A cursor implementation to read CSV files in S3 without using Pandas.
It would be good to be able to use `awsathena+s3fs` in SQLAlchemy.
https://github.com/fsspec/s3fs
https://docs.python.org/3/l…
-
### Additional Information
I'm running over 30k batch jobs at scale referencing the same S3 source(one 900 KB object) mounted on local disk inside a docker container.
The jobs are producing ``…