summaryrefslogtreecommitdiff
path: root/README
blob: 7c9e14726d49e8058fda4783651df64ebb6afa95 (plain)
1
2
3
4
5
6
7
8
9
This package provides Alibaba Cloud API metadata as PHP array files,
generated from the original JSON metadata.

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