Stratal API Reference
    Preparing search index...

    Interface CreateMultipartOptions

    Options for creating a multipart upload

    interface CreateMultipartOptions {
        cacheControl?: string;
        contentType?: string;
        metadata?: Record<string, string>;
        tagging?: string;
    }
    Index

    Properties

    cacheControl?: string

    Cache control header

    contentType?: string

    Content type (MIME type)

    metadata?: Record<string, string>

    Custom S3 metadata

    tagging?: string

    S3 object tagging (key=value format)