A simple python script for download all object/file from s3 or DigitalOcean Spaces
In app.py
update the #config
section.
ACCESS_KEY_ID = '' #config key here
SECRET_ACCESS_KEY = '' #config secret access key
SPACE_END_POINT = '' # config endpont (eg. https://abc.digitaloceanspaces.com)
BUCKET_NAME = '' # config s3/space bucket name
LOCAL_DOWNLOAD_PATH = './assets' # set local download path