AWS_S3_Connector_Python 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)