OSS Android SDK

更新时间:
复制 MD 格式

Covers version information, download sources, compatibility, and code samples for OSS Android SDK 2.9.19.

Note

OSS does not support Flutter SDK.

Basic information

SDK name

Object Storage Service (OSS) Android SDK

Developer

Alibaba Cloud Computing Co., Ltd.

SDK version

2.9.21

SDK package name

com.alibaba.sdk.android.oss

SDK update time

2024-11-29

SDK size

312 KB

SDK MD5 hash

e994864f851204b01e0346ff731f4172

Privacy policy

Object Storage Service (OSS) Privacy Policy

SDK download

oss-android-sdk-2.9.21.aar

Version guide

Select a suitable SDK version before downloading. The OSS Android SDK is available on MVNRepository and GitHub.

Source

Description

MVNRepository

Download the OSS Android SDK package and add the correct version dependency to your Gradle project.

Note

Use the latest SDK version to avoid known issues.

Aliyun OSS Android SDK on MVNRepository.

GitHub

Browse source code, release tags, and code examples on Aliyun OSS Android SDK Release.

Compatibility

The Android SDK is fully backward compatible.

SDK source code

The SDK source code is available on GitHub.

Sample code

The following code samples are available on GitHub:

The sample code includes the following:

Sample file

Sample content

BaseTestCase.java

Initialization (Android SDK)

OSSBucketTest.java

OSSPutObjectTest.java

Simple upload (Android SDK), Append upload (Android SDK), Upload callback (Android SDK), Batch delete files, Progress bar chart (Android SDK)

MultipartUploadTest.java

Multipart upload (Android SDK)

ResumableUploadTest.java

Resumable upload (Android SDK)

OSSGetObjectTest.java

Download files

ManageObjectTest.java

Determine whether a file exists (Android SDK), Get file access permissions (Android SDK), Copy files (Android SDK), List files (Android SDK), Delete a single file, Set Content-Type (Android SDK), Get file metadata (Android SDK)

RestoreObjectTest.java

Restore files (Android SDK)

SymlinkTest.java

Manage symbolic links (Android SDK)

CRC64Test.java

Data security

OSSAuthenticationTest.java

Signed URLs, Authorization (Android SDK)

ImagePersistTest.java

Image processing (Android SDK)

References