Skip to content

S3 bucket client that uses boto3 for simple interaction with AWS.

Notifications You must be signed in to change notification settings

jamalavedra/aws_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

aws_client

Simple S3 AWS client that allows to:

  • Download objects from a certain bucket.
  • Upload objects to a certain bucket.
  • List buckets.
  • List objects in a bucket.

Yoy must include a file called keys.csv with the following format:

keys.csv

'AWSAccessKeyId=XXXX'
'AWSSecretKey=XXXX'

About

S3 bucket client that uses boto3 for simple interaction with AWS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages