brows3r — TypeScript API
    Preparing search index...

    Interface CopyOptions

    Options passed to the Rust object_copy and object_move commands.

    OCP: new directives (checksum, object-lock) can be added as optional fields without breaking existing call sites.

    Mirrors src-tauri/src/s3/object.rs CopyOptions.

    interface CopyOptions {
        acl?: string;
        metadataDirective?: MetadataDirective;
        serverSideEncryption?: string;
        storageClass?: string;
        taggingDirective?: MetadataDirective;
    }
    Index

    Properties

    acl?: string
    metadataDirective?: MetadataDirective
    serverSideEncryption?: string
    storageClass?: string
    taggingDirective?: MetadataDirective