Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

AWS_S3_Connector_Python

alt text

Send Data, Delete Directory and List Files Under a Bucket, Download Bucket Files Operations with using Python boto

Basic Amazon S3 Operations in Python using boto

  • SendFilesToBucket('<BUCKET_NAME>', '<SUB_FOLDER_IN_BUCKET>', '<MY_LOCAL_PATH>' , '<FILE_FULL_NAME_WHICH_I_SEND>')
  • DeleteDirectoryOrBucketFiles('<BUCKET_NAME>', '<SUB_FOLDER_IN_BUCKET>')
  • ListAllFilesFromBucket('<BUCKET_NAME>')
  • DownloadDataS3('<BUCKET_NAME>','<PATH_IN_S3>') (PATH_IN_S3 is optional)

About

AMAZON S3 | Send Data, Delete Directory and List Files Under a Bucket, Download Bucket Files Operations with using boto

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages