fedora-image-uploader: Enable GCP image uploads in production

Configure uploading images to Google Cloud.

Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
Jeremy Cline 2025-03-21 15:54:46 -04:00
parent a982fa3f44
commit 7a64016377
No known key found for this signature in database

View file

@ -141,15 +141,17 @@ credential_prefix = "QUAY_IO_"
{% endif %}
# Google Cloud Engine
{% if env == "staging" %}
[consumer_config.gcp]
{% if env == "staging" %}
project = "fedora-cloud-devel"
bucket_name = "fedora-cloud-image-upload-devel"
{% else %}
project = "fedora-cloud"
bucket_name = "fedora-cloud-image-upload"
{% endif %}
storage_locations = ["us"]
publish_amqp_messages = true
{% endif %}
[qos]
prefetch_size = 0