diff options
| author | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
| commit | eccd5cd5a067f5659982685afdeea209b1888efb (patch) | |
| tree | 1626c903b854317be1708ce3ccd3b4f4e6e0fc97 /README | |
| download | acs-metadata-main.tar.gz acs-metadata-main.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'README')
| -rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +This package provides Alibaba Cloud API metadata as PHP array files, +generated from the original JSON metadata. + +The documentation and examples have been stripped to optimize for SDK +generation and faster I/O loading. If you require the full version of +the metadata, please refer to the `acs-metadata-full` repository. + +The PHP array files are pre-generated from the `acs-metadata-build` +repository, and the artifacts are hosted on Cloudflare R2. To update +metadata, set the bucket name in the `R2_BUCKET` environment variable and +specify the release tag with `TAG`, then run the Makefile target: + + R2_BUCKET=<your-bucket-name> TAG=<version> make deploy |
