Created
December 22, 2020 22:22
-
-
Save K-Mistele/e9b067464bce8a645202d7c997443b06 to your computer and use it in GitHub Desktop.
Using the Bucket API
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
bucket = S3.Bucket('your bucket name') | |
#example | |
bucket = S3.Bucket('my-website-data') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment