Skip to content

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

Notifications You must be signed in to change notification settings

psc108/AWS_S3_Connector_Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%