Loads object metadata without downloading the object body.
Returns true when the referenced object exists.
Reads an object and returns its metadata and byte stream.
Optionaloptions: ReadOptionsReads only the object byte stream.
Optionaloptions: ReadOptionsReads an object into memory as bytes.
Optionaloptions: ReadOptionsReads an object into memory as a string.
Optionaloptions: ReadOptionsReads and parses an object as JSON.
Optionaloptions: ReadOptionsWrites an object body to storage.
Optionalbody: S3BodySourceOptionaloptions: WriteOptionsWrites binary content to storage.
Writes string content to storage.
Optionaloptions: WriteOptionsWrites JSON content using application/json by default.
Deletes the referenced object.
Generates a presigned URL for the referenced object.
Optionaloptions: PresignOptionsCreates a host-mediated object-access URL for the referenced object.
Optionaloptions: PresignOptionsOptionaloptions: PresignOptions
Convenience wrapper for working with a single S3 object reference.