Help Center> Object Storage Service> SDK Reference> Python> Data Types> Additional Header of the Request for an Appendable Upload

Additional Header of the Request for an Appendable Upload

Namespace

obs.AppendObjectHeader

Parameter Description

Field

Type

Optional or Mandatory

Description

md5

str

Optional

Base64-encoded MD5 value of the content to be appended. It is provided for the OBS server to verify data integrity.

acl

str

Optional

Pre-set access policies, which can be specified when appending an object for the first time

location

str

Optional

Location where the appendable object is redirected to. If the bucket is configured with website hosting, you can set this parameter during the first object appending.

contentType

str

Optional

MIME type of the appendable object. You can set this parameter when creating the object.

contentLength

int

Optional

Length of the content to be appended

sseHeader

SseCHeader

or

SseKmsHeader

Optional

Header for server-side encryption. This parameter can be set when you create the appendable object.

storageClass

str

Optional

Storage Classes, which can be specified during the first object appending.

successActionRedirect

str

Optional

Redirection address after the appendable upload is successful

extensionGrants

list of ExtensionGrant

Optional

Extended permission list specified during the first appendable object creation

expires

int

Optional

Pre-defined access control policy of the appendable object, in days. This parameter can be set when you create the object.