secret_access_key should be secret

Apparently the option takes a secret credential.

Change-Id: I8802720223c92683e46c5f5f2a8abb76978a176f
This commit is contained in:
Takashi Kajinami 2023-11-28 23:09:26 +09:00
parent 721a607299
commit 14ec232280
1 changed files with 1 additions and 0 deletions

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'),