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

    Interface WriteObjectOpen

    WriteObjectOpen carries the metadata frame that must be sent first in a write-object stream.

    interface WriteObjectOpen {
        ref?: S3ObjectRef;
        contentType: string;
        cacheControl: string;
        contentDisposition: string;
        contentEncoding: string;
        contentLanguage: string;
        metadata: { [key: string]: string };
        ifMatch: string;
        ifNoneMatch: string;
    }
    Index

    Properties

    contentType: string
    cacheControl: string
    contentDisposition: string
    contentEncoding: string
    contentLanguage: string
    metadata: { [key: string]: string }
    ifMatch: string
    ifNoneMatch: string