Registry / aws / alibabacloud-oss-util

alibabacloud-oss-util

JSON →
library0.0.6pypypi✓ verified 51d ago

The OSS Util module of Alibaba Cloud Python SDK. Provides utility functions for OSS SDKs (e.g., serialization, signature computation). PyPI version 0.0.6; GitHub releases up to v1.1.1. Low release cadence.

aws
pip install alibabacloud-oss-util
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.

RuntimeOptions
from alibabacloud_oss_util.models import RuntimeOptions
Common class for runtime options

Create and use RuntimeOptions

from alibabacloud_oss_util.models import RuntimeOptions # Example: create RuntimeOptions options = RuntimeOptions( aut_retry=False, max_attempts=3 ) print(options.to_map())
Debug
Known issues
gotchaPyPI version 0.0.6 is outdated. GitHub has v1.1.1 with breaking changes.
fix
Install from Git: pip install git+https://github.com/aliyun/alibabacloud-oss-sdk.git@master#subdirectory=util/python
affects: 0.0.6
deprecatedOlder API patterns (e.g., direct class usage without models) may not work.
fix
Use the 'alibabacloud_oss_util.models' submodule for all classes.
affects: 0.0.6
Errors
Common errors & fixes
ImportError: No module named 'alibabacloud_oss_util'
Package not installed or wrong Python environment.
fix
Run: pip install alibabacloud-oss-util
AttributeError: module 'alibabacloud_oss_util' has no attribute 'RuntimeOptions'
Importing directly from package root instead of models submodule.
fix
Use: from alibabacloud_oss_util.models import RuntimeOptions
Upgrade
Version history
0.0.6latest on PyPI
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
12
ahrefsbot
3
Amazon
2
amazonbot
1
Resources