issues Search Results · repo:PyFilesystem/s3fs language:Python
Filter by
57 results
(113 ms)57 results
inPyFilesystem/s3fs (press backspace or delete to remove)I don t see any obvious way to do this, but is it possible to set the content-encoding header?
I want to upload gzip compressed files, and in order to be served correctly from CloudFront, the S3 file ...
chrisspen
- Opened on Aug 31, 2024
- #94
import fs
import fs_s3fs
from fs import open_fs
from fs_s3fs import S3FS
def copy_to_latest():
print(f {fs.__version__=} )
print(f {fs_s3fs.__version__=} )
target_fs: S3FS = open_fs(f s3://my-bucket/some/path/ ...
iljau
- 1
- Opened on Jun 27, 2022
- #90
https://github.com/cha0sCat/fs-s3fs-minio
This is s3fs implemented using minio sdk. implement the makedir function by creating .pyfs.isdir under the folder.
all test passed.
cha0sCat
- 1
- Opened on Nov 10, 2021
- #88
Today a new version of aiobotocore was released (1.4.0)
The new release breaks s3fs
File /usr/local/lib/python3.7/site-packages/s3fs/core.py , line 378, in set_session
self.session = aiobotocore.AioSession(**self.kwargs) ...
valerioa
- 1
- Opened on Aug 20, 2021
- #87
Hello, I would like to be able to set the region using url parameters, like in the example below:
fs = open_fs( s3://testbucket?endpoint_url=localhost:9000 region=us-east-1 )
But S3FSOpener in opener.py ...
sdorgancs
- Opened on Jan 17, 2021
- #83
I have a file I m opening up with fs-s3fs.
This file works since I ve downloaded and written to the disk.
But if I try to open up the stream in h5py, it just fails:
with fs.open_fs( s3://... ).open( ...
CMCDragonkai
- Opened on Nov 26, 2020
- #82
Not sure why, but opendir() apparently only works on the root directory. If you try to use it with a subdirectory that
exists, you get a ResourceNotFound error.
s3 = fs.open_fs( s3://my-bucket )
...
dargueta
- 2
- Opened on Nov 3, 2020
- #80
Hi
this is more a proposal of increment than a issue. I am working on a project where I have to access different buckets
from the same code. In a case like this it can be a little annoying the need to ...
desmoteo
- 1
- Opened on Oct 27, 2020
- #78
Hi,
It looks like the buffer argument that s passed in isn t being passed into the underlying readinto() call. This causes a
TypeError when Python tries to invoke the function:
https://github.com/PyFilesystem/s3fs/blob/7f95af69e904e58b068ac4f6b39c2da488d5d918/fs_s3fs/_s3fs.py#L154 ...
philtromans
- 3
- Opened on Oct 14, 2020
- #76

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.