Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python S3fs

Use Boto For Gzipping Files Instead Of Sfs3

import contextlib import gzip import s3fs AWS_S3 = s3fs.S3FileSystem(anon=False) # AWS env must b… Read more Use Boto For Gzipping Files Instead Of Sfs3