@valon-technologies/gestalt
    Preparing search index...

    Interface ReadObjectRequest

    ReadObjectRequest opens a streaming object read.

    interface ReadObjectRequest {
        ref?: S3ObjectRef;
        range?: ByteRange;
        ifMatch: string;
        ifNoneMatch: string;
        ifModifiedSince?: Date;
        ifUnmodifiedSince?: Date;
    }
    Index

    Properties

    range?: ByteRange
    ifMatch: string
    ifNoneMatch: string
    ifModifiedSince?: Date
    ifUnmodifiedSince?: Date