...
Code Block | ||
---|---|---|
| ||
#Uploading a file to the bucket (make sure you have write access) response = s3.upload_file('myfile', S3_BUCKET_NAME, 'myfile') #Fill this in |
Create a a bucket
And lastly, creating a bucket (this could take some time):
...
...
Code Block | ||
---|---|---|
| ||
#Uploading a file to the bucket (make sure you have write access) response = s3.upload_file('myfile', S3_BUCKET_NAME, 'myfile') #Fill this in |
And lastly, creating a bucket (this could take some time):
...