[#272] Add --generate-key flag to object operations #272

Merged
abereziny merged 1 commit from Kiriruso/frostfs-testlib:feature/update-frostfs-cli-operations into master 2024-07-31 16:34:22 +00:00
Contributor

Signed-off-by: Kirill Sosnovskikh k.sosnovskikh@yadro.com

Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
Kiriruso added 1 commit 2024-07-29 07:35:41 +00:00
[#XX] Add --generate-key flag to object operations
Some checks reported warnings
DCO action / DCO (pull_request) Has been cancelled
a1f1c4fb20
Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
Kiriruso changed title from [#XX] Add --generate-key flag to object operations to [#272] Add --generate-key flag to object operations 2024-07-29 07:35:52 +00:00
Kiriruso force-pushed feature/update-frostfs-cli-operations from a1f1c4fb20 to 6b9edcbaf3 2024-07-29 07:36:13 +00:00 Compare
abereziny reviewed 2024-07-29 09:19:16 +00:00
@ -100,6 +100,7 @@ class FrostfsCliContainer(CliCommand):
cid: str,
wallet: Optional[str] = None,
address: Optional[str] = None,
generate_key: Optional[bool] = False,
Member

Why not generate_key: Optional[bool] = None ?

Why not `generate_key: Optional[bool] = None` ?
Kiriruso marked this conversation as resolved
Kiriruso force-pushed feature/update-frostfs-cli-operations from 6b9edcbaf3 to a983e0566e 2024-07-29 10:27:31 +00:00 Compare
d.zayakin approved these changes 2024-07-29 13:59:32 +00:00
abereziny approved these changes 2024-07-30 10:13:50 +00:00
abereziny merged commit a983e0566e into master 2024-07-31 16:34:22 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-testlib#272
No description provided.