Skip to main content
The QingStor resource is a thin wrapper over the S3 resource. It maps a QingStorConfig to an S3Config and reuses the exact same backend, commands, and behavior as S3, it just derives the right endpoint from region (the QingStor zone). Uses aioboto3 against QingStor’s S3-compatible API. The endpoint is computed from region as s3.<region>.qingstor.com (e.g. s3.pek3a.qingstor.com). This is QingStor’s S3-compatible host, distinct from the native <zone>.qingstor.com API. Pass endpoint_url to override.

Config

Both READ and WRITE modes are supported.

Example

Notes

  • QingStor reports ResourceName.S3 and routes through the same core/s3 implementation, so the full S3 shell-command set applies. See the S3 resource for the complete command reference, range reads, streaming, and the index cache fast path.
  • For credential setup, see QingStor Setup.