View Categories

Service Ops

Service Operations

List Buckets

GET / returns a list of buckets created by the user making the request. GET / only returns buckets created by an authenticated user. You cannot make an anonymous request.

Syntax

GET / HTTP/1.1

Host: s3.eu-west-1.peasoup.cloud

Authorization: AWS {access-key}:{hash-of-header-and-secret}

Response Entities

NameTypeDescription
BucketsContainerContainer for list of buckets.
BucketContainerContainer for bucket information.
NameStringBucket name.
CreationDateDateUTC time when the bucket was created.
ListAllMyBucketsResultContainerA container for the result.
OwnerContainerA container for the bucket owner’s ID and DisplayName.
IDStringThe bucket owner’s ID.
DisplayNameStringThe bucket owner’s display name.

Get Usage Stats

Gets usage stats per user.

Syntax

GET /?usage HTTP/1.1

Host: s3.eu-west-1.peasoup.cloud

Authorization: AWS {access-key}:{hash-of-header-and-secret}

Response Entities

NameTypeDescription
SummaryContainerSummary of total stats by user.
TotalBytesIntegerBytes used by user
TotalBytesRoundedIntegerBytes rounded to the nearest 4k boundary
TotalEntriesIntegerTotal object entries