Initial commit
Showing
.gitignore
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
requirements.txt
0 → 100644
# python=3.7 | ||
boto3 | ||
python-dotenv | ||
s3path | ||
coloredlogs | ||
\ No newline at end of file |
s3_local_manager/__init__.py
0 → 100644
s3_local_manager/__main__.py
0 → 100644
s3_local_manager/app.py
0 → 100644
s3_local_manager/config.py
0 → 100644
Please register or sign in to comment