Module opendal::ops

source ·
Expand description

Operations and help utils used by Accessor.

Notes

Users should not use struct or functions here except the following cases:

  • Implement a new service support.
  • Implement a new Layer.

Structs

BytesContentRange is the content range of bytes.
BytesRange(offset, size) carries a range of content.
Args for abort_multipart operation.
Args for complete_multipart operation.
Args for create operation.
Args for create_multipart operation.
Args for delete operation.
Args for list operation.
Args for presign operation.
Args for read operation.
Args for stat operation.
Args for write operation.
Args for write_multipart operation.
PresignedRequest is a presigned request return by presign.

Enums

Operation is the name for APIs in Accessor.
Presign operation used for presign.