Skip to content

Instantly share code, notes, and snippets.

View sbalnojan's full-sized avatar

Sven Balnojan sbalnojan

View GitHub Profile
@sbalnojan
sbalnojan / mini_fire_s3fs_cli.py
Last active May 22, 2019 12:04
Mini Cli to copy tree to S3
import s3fs
import fire
import os
class S3CopyMachine(object):
"""Copy to S3 via s3fs."""
def to_s3(self, local_bucket, s3_bucket):