Table of ContentsView in Frames

SPUT: S3 PUT

When an S3 client issues a PUT transaction, a request is made to create a new object or bucket. This message is issued by the server if the transaction is successful.

Code Field Description
CBID Content Block Identifier The unique identifier of the corresponding content block requested. If the CBID is unknown, this field is set to 0. Operations on buckets do not include this field.
CSIZ Content Size The size of the retrieved object in bytes. Operations on buckets do not include this field.
HTRH HTTP Request Header List of logged HTTP request header names and values as selected during configuration.
S3AI S3 Account ID The unique account ID as specified by the StorageGRID Webscale system. An empty value indicates anonymous access.
S3AK S3 Access Key ID The S3 access key ID as specified by the StorageGRID Webscale management API that uniquely identifies the client performing the transaction. An empty value indicates anonymous access.
S3BK S3 Bucket The S3 bucket name.
S3KY S3KY The S3 key name, not including the bucket name. Operations on buckets do not include this field.
SACC S3 Account ID The S3 account user ID.
SAIP IP address of requesting client The IP address of the client application that made the request.
SUSR S3 User Name The S3 account and the user name of the user making the request. The user can either be a local user or an LDAP user. For example: urn:sgws:identity::03393893651506583485:root
RSLT Result Code Result of the GET transaction. Result is always:

SUCS: Successful

TIME Time Total processing time for the request in microseconds.
VSID Version ID The version ID of a new object created in a versioned bucket. Operations on buckets and objects in unversioned buckets do not include this field.
VSST Versioning State The new versioning state of a bucket. Two states are used: "enabled" or "suspended". Operations on objects do not include this field.