Anchorage API reference
    Preparing search index...

    Structural subset of an R2Object (list results, put's return).

    interface ArtifactBucketObject {
        customMetadata?: Record<string, string>;
        httpMetadata?: { contentType?: string };
        key: string;
        size: number;
        uploaded: Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customMetadata?: Record<string, string>
    httpMetadata?: { contentType?: string }
    key: string
    size: number
    uploaded: Date