Registry / cloud / aliyun-sdk-oss

aliyun-sdk-oss

JSON →
library3.18.5javamavenunverified

The Aliyun OSS SDK for Java used for accessing Aliyun Object Storage Service.

<dependency> <groupId>com.aliyun.oss</groupId> <artifactId>aliyun-sdk-oss</artifactId> <version>3.18.5</version> </dependency>
INSTALL
IMPORT
SIG · ALIYUN-SDK-OSS
A
aliyun-sdk-oss
cloudjavav3.18.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OSS
com.aliyun.oss.OSS

Creates an OSS client and prints a confirmation.

import com.aliyun.oss.OSS; import com.aliyun.oss.OSSClientBuilder; public class Main { public static void main(String[] args) { OSS ossClient = new OSSClientBuilder().build("endpoint", "accessKeyId", "accessKeySecret"); System.out.println("OSS client created"); ossClient.shutdown(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.18.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
57 hits · last 30 days
node
50
Resources
aliyun-sdk-oss — mvn dependency:get aliyun-sdk-oss · libregistry