Skip to main content

Owner

Container for the bucket owner's information.

Syntax

<Owner>
<DisplayName>string</DisplayName>
<ID>string</ID>
</Owner>

Elements

NameTypeDescriptionRequired
DisplayNameStringScreen name of the bucket owner.No
IDStringID of the bucket owner.Yes

Properties

PropertyTypeDescriptionRequired
DisplayNameStringThe display name of the ownerNo
IDStringThe ID of the ownerNo

Description

The Owner type represents ownership information for QStorage resources. It contains identifying information about the owner of a bucket or object.

DisplayName

The human-readable name associated with the owner. This is a friendly identifier that makes it easier to recognize the owner.

ID

A unique identifier for the owner. This is the canonical way to identify the owner of a resource.

Example

<Owner>
<ID>q12345678example</ID>
<DisplayName>user1</DisplayName>
</Owner>

Usage

The Owner type is commonly used in responses for operations that return resource metadata, such as:

  • ListBuckets
  • GetBucketAcl
  • GetObjectAcl
  • HeadBucket
  • HeadObject

The owner information helps identify who owns or created the resources in QStorage.