Artboard 1

1 page tagged with 'S3'

S3FS
S3FS is a PyFilesystem interface to Amazon S3 storage. from fs import open_fs s3fs = open_fs('s3://mybucket') s3fs.listdir() ['foo', 'bar'] See the S3FS repository on GitHub for more […]