Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceBlob

    Policies sourced from Amazon-S3-compatible storage using the blob storage driver.

    interface PolicySourceBlob {
        bucketUrl: string;
        kind: "blob";
        prefix: string;
    }
    Index

    Properties

    Properties

    bucketUrl: string

    URL of the bucket from which policies were downloaded.

    kind: "blob"

    Discriminator to mark the policy source as blob storage.

    prefix: string

    Subdirectory within the bucket from which policies were loaded.