@backblaze-labs/b2-mcp
    Preparing search index...

    Interface SecureAppendFileOptions

    Options for opening an append file with owner-only permissions.

    interface SecureAppendFileOptions {
        envVarName: string;
        mode?: number;
        tightenExistingPermissions?: boolean;
    }
    Index
    envVarName: string

    Environment variable whose value supplied the file path.

    mode?: number

    Required file mode. Defaults to SECURE_APPEND_FILE_MODE.

    tightenExistingPermissions?: boolean

    Whether to chmod an existing file to the required mode before rejecting it.