@nebius/js-sdk - v0.1.41
    Preparing search index...

    Interface BucketPolicy

    Bucket policy specifies granular permissions for a bucket.

    interface BucketPolicy {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1.BucketPolicy";
        rules: BucketPolicy_Rule[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.storage.v1.BucketPolicy"

    Rule specifies which role must be given to a subject to access a set of objects with given prefixes or a whole bucket.