Created
June 2, 2019 02:52
-
-
Save EuniceMadya/46fcc498ade76947f5a8814942238063 to your computer and use it in GitHub Desktop.
Download file from S3 bucket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def download(filename, path): | |
s3.download_file(bucket_name, filename, path+filename) # the path is where you want to put you documents |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment