-
Hi, I've mounted my s3 bucket with s3fs, it works well, but I use it to stream files in asterisk, and it takes about 15 seconds before starting every file…
I gave it permissions, also the option “all…
-
```
boto.s3.connection.Connection() supports bunch of extra options, including:
* anon=True for read-only connection to public S3 shares
* proxy, proxy_port etc for HTTP(S) proxy options
* custom host…
-
```
Detailed description of observed behavior:
I mount bucket like this: s3fs mybucket /Volumes/mybucket
It mounts ok. I can see files (ls) but after a few seconds if I try to acces
the directory I …
-
In order to create and use virtual datasets with python, users will want to use `kerchunk` and `virtualizarr`. These are just starting down the path to zarr 3 and icechunk compatability. This issue wi…
-
Dealing with geospatial data it is quite common to use S3 or GCS buckets. There are Python wrappers to make these systems appear more like standard filesystems (e.g. s3fs). I'd propose that the finder…
-
It would be practical to have a _simple_ return on the connection function, instead of the whole page of connection details the function is returning now.
Maybe another enclosing function would do th…
-
Hmmm, I think, I have to follow this through to the bitter end... The solution suggested in #6415 does not work in all cases.
This is a "big deal", because it prevents celery being useful processi…
-
```
Detailed description of observed behavior:
When my resolv.conf contains v6 resolvers (that do return A records on request)
s3fs is unable to resolve host names. A quick patch to curl.cpp to forc…
-
I followed similar steps on our AWS EKS cluster but while accessing mounted s3 directories getting permission denied error -
**d????????? ? ? ? ? ? s3fs**
mount's are working …
-
```
Detailed description of observed behavior:
Able to copy small files over without issue. Haven't determined what the
threshold is, but I am trying to upload a 70MB file, and I get an error after …