You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(cloud): complete AWS fetch_id_token, document URI schemes, update README
- AwsDeploymentContext.fetch_id_token: implement EC2/ECS identity resolution
with STS fallback for local dev. Added clear docs that AWS has no native
equivalent to GCP audience-based ID tokens.
- env_provider: document design rationale for reusing local ObjectStore/
DocumentStore (not a gap — by design for zero-dependency CI support)
- ports.py: document URI scheme → provider mapping, cross-provider constraints
- README / README.zh-CN: add AWS provider to supported list
Co-Authored-By: Claude <noreply@anthropic.com>
|**Local filesystem**|`QSL_CLOUD_PROVIDER=local`| Reads secrets and stores data under `~/.qsl/`. No cloud credentials required — ideal for development and testing. |
44
-
|**Environment variables**|`QSL_CLOUD_PROVIDER=env`| Reads secrets from environment variables; otherwise uses local filesystem. Suitable for CI. |
45
+
|**Environment variables**|`QSL_CLOUD_PROVIDER=env`| Reads secrets from environment variables; uses local filesystem for object/document storage. Suitable for CI. |
0 commit comments