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

    Metadata returned for an S3 object.

    interface ObjectMeta {
        ref: ObjectRef;
        etag: string;
        size: bigint;
        contentType: string;
        lastModified?: Date;
        metadata: Record<string, string>;
        storageClass: string;
    }
    Index

    Properties

    etag: string
    size: bigint
    contentType: string
    lastModified?: Date
    metadata: Record<string, string>
    storageClass: string