Downloading an Objects for Roving Edge Infrastructure

Describes how to download an Object Storage object contained to a bucket on your Roving Edge Infrastructure devices.

To download objects in bulk using the command line interface (CLI), see Bulk Object Management

    1. Open the navigation menu and select Storage > Object Storage & Archive Storage. The Buckets page appears. All buckets are listed in tabular form.

    2. Click the bucket whose details you want to get. The bucket's Details page appears. All objects are listed in tabular form.

    3. Select the Actions menu (Actions Menu) for the object whose details you want to get and click View Object Details. The Object Details dialog box appears.

    4. Click Download.

      Alternately, you can select the Actions menu (Actions Menu) for the object in the Objects page and click Download.

      The object is downloaded to your local computer in the default download location.

  • Use the oci os object get command and required parameters to download an object contained to a bucket on your Roving Edge Infrastructure devices:

    oci os object get --bucket-name bucket-name --file file --name name [OPTIONS]

    For example:

    oci os object get --bucket-name my)bucket --name file1.txt --file file_downloaded.txt
    Downloading object  [####################################]  100% 

    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 GetObject operation to download an Object Storage object contained to a bucket on your Roving Edge Infrastructure devices.