Listing Object Storage Pre-Authenticated Requests

View a list of the pre-authenticated requests 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. To view the pre-authenticated requests in a different compartment, use the Compartment filter to switch compartments.
    You must have permission to work in a compartment to see the resources in it. If you're not sure which compartment to use, contact an administrator. For more information, see Understanding Compartments.

    Filtering List Results

    Use filters to limit the pre-authenticated requests in the list. Perform one of the following actions depending on the options that you see:

    • From the Search and Filter box above the list table, select one or more filters and specify the values that you want to use to narrow the list. In general, the filters correspond to the columns shown in the list table, although some filters represent attributes that aren't shown in the table. The Compartment filter is always displayed next to Applied filters.
    • On the left side of the list page, select a value from one of the available filters, such as compartment, state, or tags.

    Change the order of the items in the list table by using the sort icons next to the column names.

    For information about searching for resources and managing the columns in the list table, if those features are available, see Listing Resources.

    Actions

    In the list table, select the name of a pre-authenticated request to open its details page, where you can view its status and perform other tasks.

    To perform an action on a pre-authenticated request directly from the list table, select an available option from the Actions menu in the row for that pre-authenticated request:

    To create a pre-authenticated request, select Create pre-authenticated request.

  • Use the oci os preauth-request list command and required parameters to list the pre-authenticated requests in a bucket:

    oci os preauth-request list --bucket-name bucket_name [OPTIONS]

    For example:

    oci os preauth-request list --bucket-name MyParBucket
    {
      "data": [
        {
          "access-type": "AnyObjectReadWrite",
          "bucket-listing-action": "ListObjects",
          "id": "1G9pfj8elWI0COPtQUmoQayRmYegDrTWjBskI5BixeGY7k5cPHr1BKdFzgEt3OEG",
          "name": "PrefixedObjectsReadWritePAR",
          "object-name": "service",
          "time-created": "2021-04-02T23:52:21.590000+00:00",
          "time-expires": "2022-11-21T23:00:00+00:00"
        },
        {
          "access-type": "AnyObjectReadWrite",
          "bucket-listing-action": "ListObjects",
          "id": "N5Fim23jXHBnAtWBo7FOCOTdXwAZgXRJD1FoDs1S8BD0qhYegO0eHF5prVkPkiVM",
          "name": "MyAllObjectsReadWritePAR",
          "object-name": null,
          "time-created": "2021-04-01T14:13:59.659000+00:00",
          "time-expires": "2022-11-21T23:00:00+00:00"
        },
        {
          "access-type": "ObjectReadWrite",
          "bucket-listing-action": null,
          "id": "I2Z3qm0rnYiJ5HSTvSCVu8+BqOmy1lXD1dNreBk3eM5VHLdWyIU3xkDTjBqAagoF:OCI_User_Guide.pdf",
          "name": "MyObjectReadWritePAR",
          "object-name": "OCI_User_Guide.pdf",
          "time-created": "2021-04-01T15:27:02.467000+00:00",
          "time-expires": "2022-11-21T23:00:00+00:00"
        },
        {
          "access-type": "AnyObjectReadWrite",
          "bucket-listing-action": "ListObjects",
          "id": "QgT6f1skUMbXDhpXKQ4BRX9u7ci8AAJ7f9OGzgdEkNJ3XQmHzeN/kDhLEbN2HvPn",
          "name": "MyAllObjectsReadWritePAR",
          "object-name": null,
          "time-created": "2021-04-02T22:25:27.322000+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 ListVcns operation to <task-being-performed>.