Help Center> Object Storage Service> SDK Reference> Go> Data Types> Response Result for an Append Upload

Response Result for an Append Upload

Type Definition

type AppendObjectOutput struct

Parameter Description

Field

Type

Description

StatusCode

int

HTTP status code

RequestId

string

Request ID returned by the OBS server

ResponseHeaders

map[string][]string

HTTP response headers

VersionId

string

Object version, when versioning is enabled for a bucket

ETag

string

The hash value returned by the ETag is for the data uploaded this time, not for the entire object.

SseHeader

SseCHeader or SseKmsHeader

Header for server-side encryption

NextAppendPosition

int64

Indicates the position to be provided for the next request.