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

    Interface GetObjectAclCommandOutput

    The output of GetObjectAclCommand.

    interface GetObjectAclCommandOutput {
        Owner?: Owner;
        Grants?: Grant[];
        RequestCharged?: "requester";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Owner?: Owner

    Container for the bucket owner's ID.

    Grants?: Grant[]

    A list of grants.

    RequestCharged?: "requester"

    If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.

    This functionality is not supported for directory buckets.