Versions Compared

Key

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

Introduction

S3 (Simple Storage Service) is a highly scalable, object-based cloud storage service used for storing and retrieving data.

There are different way of performing actions on files (e.g. upload, download, read, delete) or bucket specifically (e.g. create bucket) on s3 buckets:

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:

  1. Python 3
  2. Project ID of the bucket you want to mount
  3. Access key and secret access key for the bucket

Take a look at this code segment, which allows you to access the bucket, list its objects and upload/download files from it. Feel free to copy paste this segment and fill in with your own values.

...

languagepy

...



Related articles

Content by Label
showLabelsfalse
max5
spacesEWCLOUDKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("python","s3","kb-how-to-article","how-to","howto") and type = "page" and space = "EWCLOUDKB"
labelspython s3

...