OptionalappendOptionalcacheSet the Cache-Control of op.
OptionalchunkOptionalconcurrentSets concurrent of op.
OptionalcontentSet the Content-Disposition of op.
OptionalcontentSet the [Content-Encoding] https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Encoding of op.
OptionalcontentSet the Content-Type of op.
OptionalifSets if-match condition of op.
This operation provides conditional write functionality based on ETag matching, helping prevent unintended overwrites in concurrent scenarios.
OptionalifSets 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.
OptionalifSets 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.
OptionaluserSets 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