package
0.0.0-20221121043126-298dde518304
Repository: https://github.com/nitrictech/minio.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewErrorMessage - creates new Request Level Error Message specified in https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html.
NewObjectReadSeekCloser creates a new ObjectReadSeekCloser.
NewS3Select - creates new S3Select by given request XML reader.

# Structs

InputSerialization - represents elements inside <InputSerialization/> in request XML.
ObjectReadSeekCloser implements ReadSeekCloser interface for reading objects.
OutputSerialization - represents elements inside <OutputSerialization/> in request XML.
RequestProgress - represents elements inside <RequestProgress/> in request XML.
S3Select - filters the contents on a simple structured query language (SQL) statement.
ScanRange represents the ScanRange parameter.

# Interfaces

SelectError - represents s3 select error specified in https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html#RESTObjectSELECTContent-responses-special-errors.

# Type aliases

CompressionType - represents value inside <CompressionType/> in request XML.
ObjectSegmentReaderFn is a function that returns a reader for a contiguous suffix segment of an object starting at the given (non-negative) offset.