Infrastructure modules for DroneRx deployments, distributed via the Replicated proxy registry.
modules/aws— AWS resources for DroneRx (S3 bucket for drone telemetry archives, IAM policy).modules/gcp— GCP resources for DroneRx (GCS bucket for drone telemetry archives, service account).
Customers consume these modules through proxy.replicated.com using their DroneRx license ID. They never clone this repo directly — Replicated mints a short-lived GitHub token at request time and proxies the tarball.
See the customer-facing docs at the DroneRx Enterprise Portal → Infrastructure for setup instructions.
Each git tag corresponds to a DroneRx release version_label with a v prefix (e.g. release 1.19.15 ↔ tag v1.19.15). The proxy registry only serves versions whose tag matches a release promoted to the customer's channel.
When cutting a new DroneRx release, tag this repo with the matching vX.Y.Z so the modules become available to customers on that channel.