TheKoguryo's Tech Blog

 Version 2024.04.01

Warning

This content has been generated by machine translation. The translations are automated and have not undergone human review or validation.

7.6 Uploading Files via CloudBerry Explorer

Object Storage provides its own API. It also provides an Amazon S3-compatible API. It is possible to upload large and large files through OCI CLI. Here we will try CloudBerry Explorer, which is a GUI tool available.

Upload files via CloudBerry Explorer

Object Storage provides its own API. It also provides an Amazon S3-compatible API, so you can use existing clients for S3 as it is. There is a representative Cloud Berry Explorer tool, and Freeware Edition and PRO version are provided.

Upload files via CloudBerry Explorer

Step 1. Create Bucket

  1. Create an Object Storage Bucket.
    • Name: Example) ExampleBucketForCloudBerry

Step 2. Create API access user

Because access through API, separate users and groups were created and tested for accurate permission check

  1. Log in to the OCI console as administrator.

  2. Create a group (ObjectStorageToolGroup) and API access user (objectstoragetool) for the tool and add the user to the group.

  3. Policy setting

    • Ex) name: ObjectStorageToolPolicy
    Allow group <group_name> to inspect buckets in compartment <compartment_name>
    Allow group <group_name> to manage objects in compartment <compartment_name>
    

Step 3. Create Customer Secret Key

A Customer Secret Key is required to connect to OCI Object Storage. (Initially referred to as the Amazon S3 Compatibility API key.)

  1. Log in as the user (objectstoragetool) and create it for the user with an administrator account.

  2. Open the navigation menu in the OCI console. Go to Identity & Security > Identity > Users.

  3. Go to the detail page of the user (objectstoragetool).

  4. Select Resources > Customer Secret Keys in the lower left

  5. Click Generate Secret Key

    image-20220112181924470

  6. Enter a Key name and click Generate Secret Key

    image-20220112182105256

  7. Make a copy of the generated key.

    If you forget the key, it cannot be re-verified and must be regenerated. Be sure to make a copy.

    image-20220112182156430

  8. Make a copy of the Access Key as well.

    image-20220112182307982

Step 4. Install CloudBerry Explorer

  1. Download and install CloudBerry Explorer Freeware.

  2. Check Tenancy Information

    Go to the Tenancy information screen by clicking your user profile in the upper right corner of the OCI console.

    image-20220112182846308

  3. Check the Object Storage Namespace in Tenancy Information.

    image-20220112183043592

  4. Launch CloudBerry Explorer Freeware.

  5. Click File > Add New Account

    image-20220112183142476

  6. Select S3 Compatible type

    image-20220112183244941

  7. Connection information setting