-
-
There is a request to read the credential information(and region information) from the files(.aws/credential and config), which are the configure files of AWS CLI.
Those are different from the format…
-
### Describe the enhancement requested
Currently, the size of every part in a multipart upload is hard-coded here: https://github.com/apache/arrow/blob/d2970e1d047f1bd31c31995c35450a7e5bfce3c0/cpp/sr…
phofl updated
8 months ago
-
Hi @carlspring
# Bug Description
I have been trying to integrate this file system with Apache Mina sshd `2.12.1`. But its failing. Here is the code snippet that I configured.
If I pass the bu…
-
**What happened**:
```python
with s3.open(s3_uri, 'wb', acl='bucket-owner-full-control') as f:
f.write(b'x' * (5 * 2 ** 20 - 1))
```
does not obey the `acl` parameter (the resulting o…
-
First of all thank you for providing (and maintaing!) this docker image.
We have a minor usability problem: We are using iam roles to handle permissions on AWS. Unfortunately the docker container h…
-
Hi! I want to use s3fs for accessing testing files on S3 mainly bc of these 2 neat features:
1. [local caching of files][1] to disk with checking if files change, i.e. a file gets redownloaded if …
-
Has there any work been done towards a custom Walker for key-value-store filesystems? Walking with the standard Walker is extremely slow on my gcsfs implementation because of all the requests and I ca…
-
### 背景:
阿里云OSS支持[请求者付费模式](https://help.aliyun.com/document_detail/91337.html),用以解决跨账号OSS访问成本共担的问题。需要OSS所有者账号授权其它阿里云账号访问自己的OSS,同时请求时带`x-oss-request-payer`信息。
### 建议:
阿里云官方[OSSFS](https://help.…
-
Set fmode, dmode to 0777, 0777 in default xml config gives weird rights. Changing to any well known ACL value e.g. 775 or any others give unpredictable right on the root folder. I set it to 0777 in di…