Payload returned by objectGetBytes.
objectGetBytes
Mirrors src-tauri/src/s3/object.rs BytesPayload.
src-tauri/src/s3/object.rs
OCP: contentType can be added as an optional field later.
contentType
Base64-encoded raw bytes, at most maxBytes in length.
maxBytes
Total object size in bytes on S3 (before truncation).
Optional
HTTP ETag string from S3.
true when the returned body was truncated at maxBytes.
true
Payload returned by
objectGetBytes.Mirrors
src-tauri/src/s3/object.rsBytesPayload.OCP:
contentTypecan be added as an optional field later.