Updated on 2022-09-09 GMT+08:00

Installing the SDK

Download Address

Source Code and API Reference

Compatibility

  • For details about the version revision records, see ChangeLog.
  • Recommended Android versions: Android 7.0, 8.0, 8.1, 9.0, and 10.0 (HTTP/HTTPS)
  • Namespace: Compatible with earlier versions (2.1.x). All external APIs are contained in the com.obs.services, com.obs.services.model, and com.obs.services.exception packages.
  • API functions: Compatible with earlier versions (2.1.x).

    If Android 4.4 or an earlier version is used, configure HTTP to access OBS.

ProGuard

#okhttp
-dontwarn okhttp3.**
-keep class okhttp3.**{*;}

#okio
-dontwarn okio.**
-keep class okio.**{*;}

#sdk
-keep class com.obs.services.** {*;}
-keep class com.obs.log.** {*;}

#java-xmlbuilder
-keep class com.jamesmurty.utils.**{*;}