Merge "secret_access_key should be secret"

This commit is contained in:
Zuul 2023-11-29 01:35:39 +00:00 committed by Gerrit Code Review
commit 9eaef6a60b

View File

@ -42,6 +42,7 @@ opts = [
cfg.MultiStrOpt('path',
help='Path to Metadata'),
cfg.StrOpt('secret-access-key',
secret=True,
help='Secret Access Key'),
cfg.StrOpt('access-key-id',
help='Access Key ID'),