Managing buckets

After enabling access to the S3 storage, you can start creating buckets and uploading data in them. In an Amazon S3-like storage, a bucket is a uniquely named container for files, known as objects . Buckets are used to group and isolate objects from those in other buckets.

Additionally, you can configure bucket policies to manage access to your S3 resources.

Prerequisites