Getting an Object Storage Pre-Authenticated Request's Details

View the details of a pre-authenticated request in a bucket.

    1. On the Buckets list page, select the Object Storage bucket that you want to work with. If you need help finding the list page or the bucket, see Listing Buckets.
    2. On the bucket's details page, select Management and find the Pre-authenticated requests section.
      All pre-authenticated requests are displayed in a table.
    3. From the Actions menu for the pre-authenticated request you want, select View pre-authenticated request details.
    The Pre-authenticated request details panel opens, containing details of the pre-authenticated request such as the status, the access type, and the expiration date.
  • Use the oci os preauth-request get command and required parameters to get the details of a pre-authenticated request in a bucket:

    oci os preauth-request get --bucket-name bucket_name --par-id pre-authenticated_request_id [OPTIONS]

    The pre-authenticated_request_id value is the identification number assigned to the pre-authorized request when it was created. See Accessing the Pre-Authorized Request ID for more information.

    For example:

    oci os preauth-request get --bucket-name MyParBucket --par-id YOExDlFsNYBNEwF8Uo4aK8WHiz59enVQm1aID+4cxFobgcaofVbZkg371rxK+6Vb
    {
      "data": {
        "access-type": "AnyObjectReadWrite",
        "bucket-listing-action": "ListObjects",
        "id": "YOExDlFsNYBNEwF8Uo4aK8WHiz59enVQm1aID+4cxFobgcaofVbZkg371rxK+6Vb",
        "name": "PrefixedObjectsReadWritePAR",
        "object-name": "service",
        "time-created": "2021-04-01T15:35:40.609000+00:00",
        "time-expires": "2022-11-21T23:00:00+00:00"
      }
    }

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the GetPreauthenticatedRequest operation to get the details of a pre-authenticated request in a bucket.