Optional
appendOptional
cacheSet the Cache-Control of op.
Optional
chunkOptional
concurrentSets concurrent of op.
Optional
contentSet the Content-Disposition of op.
Optional
contentSet the [Content-Encoding] https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Encoding of op.
Optional
contentSet the Content-Type of op.
Optional
ifSets if-match condition of op.
This operation provides conditional write functionality based on ETag matching, helping prevent unintended overwrites in concurrent scenarios.
Optional
ifSets if-none-match condition of op.
This operation provides conditional write functionality based on ETag non-matching, useful for preventing overwriting existing resources or ensuring unique writes.
Optional
ifSets if_not_exists condition of op.
This operation provides a way to ensure write operations only create new resources without overwriting existing ones, useful for implementing "create if not exists" logic.
Optional
userSets user metadata of op.
If chunk is set, the user metadata will be attached to the object during write.
Append bytes into a path.
Notes