Skip to content

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

Notifications You must be signed in to change notification settings

theanik/s3-object-storage-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages