Torch Object Storage
TOS supports object uploads and other operations for tiered buckets via the Java SDK. This article provides information on installing the Java SDK.
For SDK installation URL and steps, please refer to Install Java SDK.
Before using the SDK, you need to initialize the client. For specific steps, please refer to Initialize Client (Java SDK).
LAYERED BUCKETS have most of the SDKs in common with FLAT BUCKETS, you can refer to the following documentation to understand the list of SDK features and the differences:
| Feature Description | Reference Document |
|---|---|
| CreateBucket | Create Hierarchical Namespace (Java SDK) |
| ListBuckets | List Hierarchical Namespaces (Java SDK) |
| ListObjects | List Objects within Hierarchical Namespace (Java SDK) |
| ListObjectsV2 | List Objects within Hierarchical Namespace V2 (Java SDK) |
| RenameObject | Rename Objects within a Hierarchical Namespace (Java SDK) |