-
### What problem your new feature would solve
Storing Data in S3/Object Store backend to utilize redundancy and cheaper storage costs when hosting the server in the cloud.
And using the untrusted no…
agowa updated
2 months ago
-
This issue is used to track the progress of opendalfs 0.1 release. Welcome to join in the developmenet by leaving your comments here.
- In 0.1 release, we might not cover all supported service. We …
-
```
Detailed description of observed behavior:
I installed s3fs according to the instruction in the wiki on Precise host.
when I try to i get an error:
root@szbrowser:~# bash s3fs.sh
set_moutpo…
-
#### Additional Information
_The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at a…
-
### Additional Information
#### Version of s3fs being used (`s3fs --version`)
V1.93 (commit:3f64c72) with OpenSSL
#### Version of fuse being used (`pkg-config --modversion fuse`, `rpm -qi f…
-
When using terminal in virtual environment with python=3.12 and all dependancies added:
uv pip install pandas matplotlib zarr fsspec s3fs intake intake_xarray intake_parquet ipython jinja2
ipyth…
-
```
Detailed description of observed behavior:
I installed s3fs according to the instruction in the wiki on Precise host.
when I try to i get an error:
root@szbrowser:~# bash s3fs.sh
set_moutpo…
-
```
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…
-
When one tries to open a file `path` which exists, but provides a non-existent `version_id`, the operation throws `FileNotFoundError` containing the `path`.
```py
fs.open(path, "rb", version_id=vers…
-
```
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…