Skip to content

merfrei/aws-aioutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS Python Utils

It is only S3 utilities for now

from aws.s3 import Bucket

async def main():
    bucket = Bucket('mybucket')
    await bucket.upload_file('/path/to/my/localfile.txt', 'localfile_in_bucket.txt')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages