lean-s3
    Preparing search index...

    Type Alias CreateMultipartUploadResult

    type CreateMultipartUploadResult = {
        bucket: string;
        key: string;
        uploadId: string;
    }
    Index

    Properties

    Properties

    bucket: string

    Name of the bucket the multipart upload was created in.

    key: string
    uploadId: string