.coveragerc
.gitignore
CHANGELOG.md
README.md
pyproject.toml
.github/workflows/publish-jupyterbook-docs.yml
.github/workflows/publish-to-pypi.yml
depreciated/cos.py
depreciated/vod.py
depreciated/ciam/__init__.py
depreciated/ciam/admin_api.py
depreciated/ciam/api.py
depreciated/ciam/certs/tencentciam-com-chain.pem
depreciated/cloudbase/__init__.py
depreciated/cloudbase/admin_api.py
depreciated/cloudbase/api.py
depreciated/cloudbase/http.py
depreciated/tests/__init__.py
depreciated/tests/ciam/__init__.py
depreciated/tests/ciam/test_api.py
depreciated/tests/cloudbase/__init__.py
depreciated/tests/cloudbase/test_http.py
docs/README.md
docs/_config.yml
docs/_toc.yml
docs/api/README.md
docs/api/cls.rst
docs/api/cos.rst
docs/dev/README.md
docs/dev/release_plans.md
docs/dev/base/README.md
docs/dev/base/client.md
docs/dev/cos/README.md
docs/dev/cos/api.md
docs/dev/cos/verify.md
docs/start/README.md
docs/tutorials/README.md
examples/__init__.py
examples/cfs_with_scf/__init__.py
examples/cfs_with_scf/serverless.yml
examples/cfs_with_scf/cfs_accessment/__init__.py
examples/cfs_with_scf/cfs_accessment/index.py
examples/cos_with_scf/__init__.py
examples/cos_with_scf/serverless.yml
examples/cos_with_scf/large_file_download/__init__.py
examples/cos_with_scf/large_file_download/index.py
examples/cos_with_scf/large_file_download/requirements.txt
examples/cos_with_scf/large_file_download/scf_test_event/default.json
examples/cos_with_scf/object_list/__init__.py
examples/cos_with_scf/object_list/index.py
examples/cos_with_scf/object_list/requirements.txt
examples/eb_with_scf/README.md
examples/eb_with_scf/__init__.py
examples/eb_with_scf/serverless.yml
examples/eb_with_scf/event_source/__init__.py
examples/eb_with_scf/event_source/index.py
examples/eb_with_scf/event_source/requirements.txt
examples/eb_with_scf/event_source/serverless.yml
examples/eb_with_scf/event_target/__init__.py
examples/eb_with_scf/event_target/index.py
examples/eb_with_scf/event_target/serverless.yml
examples/iotcloud/__init__.py
examples/iotcloud/iotcloud_example.py
examples/scf_large_file/README.md
examples/scf_large_file/__init__.py
examples/scf_large_file/serverless.yml
examples/scf_large_file/video_download/__init__.py
examples/scf_large_file/video_download/index.py
examples/scf_large_file/video_download/requirements.txt
examples/scf_large_file/video_list/__init__.py
examples/scf_large_file/video_list/index.py
examples/scf_large_file/video_list/requirements.txt
examples/tdmq_pulsar_with_scf/__init__.py
examples/tdmq_pulsar_with_scf/serverless.yml
examples/tdmq_pulsar_with_scf/consumer/__init__.py
examples/tdmq_pulsar_with_scf/consumer/index.py
examples/tdmq_pulsar_with_scf/producer/__init__.py
examples/tdmq_pulsar_with_scf/producer/index.py
qcloud_sdk/__init__.py
qcloud_sdk/api.py
qcloud_sdk/config.py
qcloud_sdk/exceptions.py
qcloud_sdk/settings.toml
qcloud_sdk/base/__init__.py
qcloud_sdk/base/client.py
qcloud_sdk/base/sign.py
qcloud_sdk/cam/__init__.py
qcloud_sdk/cls/__init__.py
qcloud_sdk/cls/api.py
qcloud_sdk/cos/__init__.py
qcloud_sdk/cos/client.py
qcloud_sdk/cos/models.py
qcloud_sdk/cos/sign.py
qcloud_sdk/cos/utils.py
qcloud_sdk/cos/api/__init__.py
qcloud_sdk/cos/api/base.py
qcloud_sdk/cos/api/bucket.py
qcloud_sdk/cos/api/object.py
qcloud_sdk/cos/api/service.py
qcloud_sdk/eb/__init__.py
qcloud_sdk/eb/api.py
qcloud_sdk/iotcloud/__init__.py
qcloud_sdk/iotcloud/api.py
qcloud_sdk/models/__init__.py
qcloud_sdk/models/cloud_resources.py
qcloud_sdk/models/event_bus.py
qcloud_sdk/models/object_storage.py
qcloud_sdk/models/request.py
qcloud_sdk/models/response.py
qcloud_sdk/scf/__init__.py
qcloud_sdk/scf/models.py
qcloud_sdk/scf/settings.toml
qcloud_sdk/scf/api/__init__.py
qcloud_sdk/scf/api/base.py
qcloud_sdk/scf/api/functions.py
qcloud_sdk/scf/api/triggers.py
qcloud_sdk/sms/__init__.py
qcloud_sdk/sms/api.py
qcloud_sdk/tmt/__init__.py
qcloud_sdk/tmt/api.py
qcloud_sdk/utils/__init__.py
qcloud_sdk/utils/collections.py
qcloud_sdk/utils/const.py
qcloud_sdk_py.egg-info/PKG-INFO
qcloud_sdk_py.egg-info/SOURCES.txt
qcloud_sdk_py.egg-info/dependency_links.txt
qcloud_sdk_py.egg-info/requires.txt
qcloud_sdk_py.egg-info/top_level.txt
tests/__init__.py
tests/client.py
tests/test_base_client.py
tests/test_base_sign.py
tests/test_cls_api.py
tests/test_config.py
tests/test_cos_api_base.py
tests/test_cos_api_bucket.py
tests/test_cos_api_object.py
tests/test_cos_api_service.py
tests/test_cos_client.py
tests/test_cos_sign.py
tests/test_cos_utils.py
tests/test_eb_api.py
tests/test_iotcloud_api.py
tests/test_models_events.py
tests/test_scf_api_functions.py
tests/test_scf_models.py
tests/test_sms_api.py
tests/test_tmt_api.py
tests/utils.py