-
I'm a big fan of the Memory module in joblib for caching function call results, but I've always felt a powerful feature was missing. If instead of persisting to disk, Memory was able to save to and lo…
ghost updated
8 years ago
-
-
s3fs==2022.1.0
minio storage
Issue with:
upload()
my_lpath = "/temp/origin_files/"
my_rpath = 's3://mybucket/dir/'
upload_path(my_lpath, my_rpath, recursive=true)
Use case 1:
my_rpat…
-
```
Several other issues address problems with getting this working in OSX
I tried a recent tarball to compile on Snow Leopard (10.6) and ran into
configure errors related to not finding the right v…
-
Apologies, I don't know my version number or anything, I am not sure that it matters. I have a simple problem. I recently had to modify an html file that is being stored on S3.
However, the chang…
-
Hi,
I've tried reaching out a few times (@jarnaiz , #133 , #134), regarding the future of your project, as well as clarifications around the licensing.
We can see that the OSS community need a…
-
### Description of Issue
When using s3 as an ext_pillar (on python2, installed from https://repo.saltstack.com, to work around #53244), it ends up in cache (somewhat strangely), but can't be used.
…
-
### Describe the usage question you have. Please include as many useful details as possible.
Even though all aws credentials are set, getting below error while trying to read s3 files using Arro…
-
#### Code Sample
```python
# code 1
def get_pid():
info = pd.read_csv('s3://vision.algo.data/cyz/tmp/test/11.csv', header=None, names=['pid'])
print(f'pid num : {len(info)}')
# code …
-
### 🚀 The feature
`S3FileLister` and `S3FileLoader` currently doesn't support keyword argument beyond `request_timeout_ms`, `region`, `buffer_size`, and `multi_part_download`. Th
One example is …