theanik / s3-object-storage-backup

A simple python script for download all object/file from s3 or DigitalOcean Spaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3-object-storage-backup

A simple python script for download all object/file from s3 or DigitalOcean Spaces

Configuration

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

About

A simple python script for download all object/file from s3 or DigitalOcean Spaces


Languages

Language:Python 100.0%