Skip to content

Instantly share code, notes, and snippets.

@EuniceMadya
Created June 2, 2019 02:52
Show Gist options
  • Save EuniceMadya/46fcc498ade76947f5a8814942238063 to your computer and use it in GitHub Desktop.
Save EuniceMadya/46fcc498ade76947f5a8814942238063 to your computer and use it in GitHub Desktop.
Download file from S3 bucket
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