Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
#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 bucket

And lastly, creating a bucket (this could take some time):

...