IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface PutBucketAbacRequest

    interface PutBucketAbacRequest {
        Bucket: string | undefined;
        ContentMD5?: string;
        ChecksumAlgorithm?: ChecksumAlgorithm;
        ExpectedBucketOwner?: string;
        AbacStatus: AbacStatus | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Bucket: string | undefined

    The name of the general purpose bucket.

    Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@ibm-cos/signature-v4-crt" package to your project dependencies. For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues

    ContentMD5?: string

    The MD5 hash of the PutBucketAbac request body.

    For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.

    ChecksumAlgorithm?: ChecksumAlgorithm

    Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.

    ExpectedBucketOwner?: string

    The Amazon Web Services account ID of the general purpose bucket's owner.

    AbacStatus: AbacStatus | undefined

    The ABAC status of the general purpose bucket. When ABAC is enabled for the general purpose bucket, you can use tags to manage access to the general purpose buckets as well as for cost tracking purposes. When ABAC is disabled for the general purpose buckets, you can only use tags for cost tracking purposes. For more information, see Using tags with S3 general purpose buckets.