Skip to main content
Console Login and Accessing the Object Storage Page
  1. Log in to the console and navigate to the Object Storage page.
  2. To access OSS through methods other than the console, you need to obtain access keys (AK/SK) for authentication. Refer to Step 2: Obtaining Access Keys (AK/SK).
  3. Use tools such as the console or command line (after downloading the command line tool, you need to configure it as described in Step 3: Command Line Tool Configuration).
  4. Create a Bucket: A bucket is a container for storing objects in OSS. You need to create a bucket before uploading objects. Refer to Step 4: Creating a Bucket. The operation is similar for parallel file systems and OBS buckets.
  5. Upload Data: Upload data to OSS. Refer to Step 5: Uploading Objects. The operation is similar for parallel file systems and OBS buckets.
  6. Download Data: Download data from OSS. Refer to Step 6: Downloading Objects. The operation is similar for parallel file systems and OBS buckets.

Step 1: Login to the Console

Access the ScitiX web page and log in using your account and password. Navigate to the Object Storage page.

Step 2: Obtaining Access Keys(AK/SK)

• To access OSS using the command line, click “Create Access Key” on the OSS page. Access • Save the generated AccessKey and SecretKey, or choose “Download for import.”

Step 3: Command Line Tool Configuration

1. Download and install ossctl

Windows
Linux amd64
Darwin amd64
Darwin arm64

2. Configure OSS

Linux/Darwin
Windows

Step 4: Creating a Bucket

• Buckets must be created manually by the tenant administrator on the Console UI page and authorized for users.

Step 5: Uploading Objects

Use the command line to upload objects to OSS.
Use the ossctl cp command for bulk copying of folders.

Step 6: Downloading Objects

Use the command line to download objects to your local machine.
Use the ossctl cp command for bulk copying of folders.

Step 7: List Objects

Use the command line to list objects of OSS Bucket.