Skip to content

An easy to use python3 package to archive files on Amazon S3

License

Notifications You must be signed in to change notification settings

GendoIkari/s3archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3archive

An easy to use python3 package to archive files on Amazon S3

Installation

pip install s3archive

Example

from s3archive.s3archive import Archive

my_archive = Archive('my-bucket', 's3.csv')

if my_archive.exists('config/is-image-example.txt'):
    for key, file_object in my_archive.find('images/.*?/'):
        print(key)

About

An easy to use python3 package to archive files on Amazon S3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages