Versions Compared

Key

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

With S3 buckets, accessing data is even easier than before. For those who want to use Python (encouraged), it is easy as pie.

Make sure you have these ready:both Python 3

...

and the access keys to your S3 bucket ready. Take a look at this code segment, which allows you to access the bucket, list its objects and upload/download files from it.

...