Fix gsutil rsync supported args

This fixes a problem with -x <args> no longer worked. Seen in
https://gitlab.com/gitlab-com/www-gitlab-com/-/jobs/1946099171.
This commit is contained in:
Stan Hu 2022-01-05 20:20:54 -08:00
parent 77f0f3d150
commit b90f2f9d79
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -66,7 +66,7 @@ index 734a8dbf0..0897d74a5 100644
min_args=2,
max_args=2,
- supported_sub_args='a:cCdenpPriRuUx:j:J',
+ supported_sub_args='a:cCdenpPriRuUxz:Zj:J',
+ supported_sub_args='a:cCdenpPriRuUx:z:Zj:J',
file_url_ok=True,
provider_url_ok=False,
urls_start_arg=0,