MhmtErsy / AWS_S3_Connector_Python

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%