Listing Multipart Uploads for Roving Edge Infrastructure

Describes how to list the multipart uploads that move large objects to an Object Storage bucket on your Roving Edge Infrastructure devices.

  • This task cannot be performed using the Device Console.

  • Use the oci os multipart list command and required parameters to list the multipart uploads that move large objects to an Object Storage bucket on your Roving Edge Infrastructure devices:

    oci os multipart list --bucket-name bucket_name [OPTIONS]

    For example:

    oci os multipart list --bucket-name my_bucket
    {
      "data": [
        {
          "bucket": "my_bucket",
          "namespace": "rover-namespace",
          "object": "50MB.bin",
          "storage-tier": null,
          "time-created": "2023-06-02T12:56:30.270000+00:00",
          "upload-id": "2~JiwKkKpDd1EMZVoaRz6ZihtQEDcULtH"
        }
      ]
    } 

    Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.

    For set up information regarding CLIs on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • Run the ListMultipartUploads operation to list the multipart uploads that move large objects to an Object Storage bucket on your Roving Edge Infrastructure devices.