-
```
Reporting typo
```
Original issue reported on code.google.com by `kieran.c...@gmail.com` on 8 Jul 2014 at 6:54
-
[Here](https://github.com/feast-dev/feast/blob/6aa54aa76f1db52a710aad0caceb3531a88fe802/sdk/python/feast/infra/materialization/contrib/bytewax/bytewax_materialization_dataflow.py#LL5C10-L5C10) is the …
-
```
Detailed description of observed behavior:
Copying a file larger than 3.8GB () ends prematurely with the following errors:
cp: writing `/s3/file_path_and_name': No space left on device
cp: failed…
-
similar to #451, writing to a cross-account bucket tries to create the bucket which leads to an `Access Denied` error when the process doesn't have a `CreateBucket` permission. Because the least privi…
-
In this code snippet, I check if s3 path exists, then create it by subprocess of aws cli, and then check it again.
```
import s3fs
import subprocess
s3fs_obj = s3fs.S3FileSystem()
src = 's3…
-
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…
-
#### Version of s3fs being used (s3fs --version)
1.80
#### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Package: fuse
Status: install ok installed
Pr…
-
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…
-
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…