Skip to content

Commit

Permalink
hub: make bucket optional for GCPUploadOptions
Browse files Browse the repository at this point in the history
The GCP Bucket may be (and usually will be) set on the composer-worker.

Related to osbuild/osbuild-composer#3023.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
  • Loading branch information
thozza authored and ochosi committed Nov 17, 2022
1 parent 7ece89c commit 788edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hub/osbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"GCPUploadOptions": {
"type": "object",
"additionalProperties": False,
"required": ["region", "bucket"],
"required": ["region"],
"properties": {
"region": {
"type": "string"
Expand Down

0 comments on commit 788edce

Please sign in to comment.