Update services/storage-users/README.md

Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
Roman Perekhod
2024-05-22 09:19:17 +02:00
committed by GitHub
co-authored by Phil Davis
parent 38379646b1
commit 505c598d17
+1 -1
View File
@@ -194,7 +194,7 @@ service `GATEWAY_GRPC_ADDR` configuration and set the same address to `storage-u
```
The restore option defines the behavior for an item to be restored, when the item name already exists in the target space. Supported options are: `skip`, `replace` and `keep-both`. The default value is `skip`
When the cli tool restores the item with the `replace` option, the existing item will be moved to a trash-bin. When the cli tool restores the item with the `keep-both` option and the designation item already exists, the name of the restored item will be changed by adding the numeric suffix in parentheses. The variable `STORAGE_USERS_CLI_MAX_ATTEMPTS_RENAME_FILE` defines a maximum number of attempts to rename an item.
When the cli tool restores the item with the `replace` option, the existing item will be moved to a trash-bin. When the cli tool restores the item with the `keep-both` option and the designated item already exists, the name of the restored item will be changed by adding a numeric suffix in parentheses. The variable `STORAGE_USERS_CLI_MAX_ATTEMPTS_RENAME_FILE` defines a maximum number of attempts to rename an item.
* Restore all trash-bin items for a space
```bash