Skip to content

Commit

Permalink
fix(flag): rename 'name' to 'bucket'
Browse files Browse the repository at this point in the history
Fixes #3825
  • Loading branch information
Michal-Leszczynski committed May 16, 2024
1 parent 03cc43b commit e7a9a2e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/sctool/partials/sctool_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ options:
A list of backup locations separated by a comma, specifies where to place the backup, the format is `[<dc>:]<provider>:<bucket>`.
The '<dc>' parameter is optional it allows to specify location for a datacenter in a multi-dc setting, it must match Scylla nodes datacenter.
The supported storage '<provider>'s are 'azure', 'gcs', 's3'.
The 'name' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
The 'bucket' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
- name: name
usage: |
Task name that can be used insead of ID.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sctool/partials/sctool_backup_delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ options:
A list of backup locations separated by a comma, specifies where to place the backup, the format is `[<dc>:]<provider>:<bucket>`.
The '<dc>' parameter is optional it allows to specify location for a datacenter in a multi-dc setting, it must match Scylla nodes datacenter.
The supported storage '<provider>'s are 'azure', 'gcs', 's3'.
The 'name' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
The 'bucket' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
- name: snapshot-tag
shorthand: T
default_value: '[]'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sctool/partials/sctool_backup_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ options:
A list of backup locations separated by a comma, specifies where to place the backup, the format is `[<dc>:]<provider>:<bucket>`.
The '<dc>' parameter is optional it allows to specify location for a datacenter in a multi-dc setting, it must match Scylla nodes datacenter.
The supported storage '<provider>'s are 'azure', 'gcs', 's3'.
The 'name' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
The 'bucket' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
- name: max-date
usage: |
Specifies maximal snapshot `date` expressed in RFC3339 form or 'now[+duration]', ex. 'now+3d2h10m'.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sctool/partials/sctool_backup_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ options:
A list of backup locations separated by a comma, specifies where to place the backup, the format is `[<dc>:]<provider>:<bucket>`.
The '<dc>' parameter is optional it allows to specify location for a datacenter in a multi-dc setting, it must match Scylla nodes datacenter.
The supported storage '<provider>'s are 'azure', 'gcs', 's3'.
The 'name' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
The 'bucket' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
- name: name
usage: |
Task name that can be used insead of ID.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sctool/partials/sctool_backup_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ options:
A list of backup locations separated by a comma, specifies where to place the backup, the format is `[<dc>:]<provider>:<bucket>`.
The '<dc>' parameter is optional it allows to specify location for a datacenter in a multi-dc setting, it must match Scylla nodes datacenter.
The supported storage '<provider>'s are 'azure', 'gcs', 's3'.
The 'name' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
The 'bucket' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
- name: name
usage: |
Task name that can be used insead of ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ options:
A list of backup locations separated by a comma, specifies where to place the backup, the format is `[<dc>:]<provider>:<bucket>`.
The '<dc>' parameter is optional it allows to specify location for a datacenter in a multi-dc setting, it must match Scylla nodes datacenter.
The supported storage '<provider>'s are 'azure', 'gcs', 's3'.
The 'name' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
The 'bucket' parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
- name: name
usage: |
Task name that can be used insead of ID.
Expand Down
2 changes: 1 addition & 1 deletion pkg/command/flag/usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ location: |
A list of backup locations separated by a comma, specifies where to place the backup, the format is `[<dc>:]<provider>:<bucket>`.
The ``<dc>`` parameter is optional it allows to specify location for a datacenter in a multi-dc setting, it must match Scylla nodes datacenter.
The supported storage ``<provider>``s are ``azure``, ``gcs``, ``s3``.
The ``name`` parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
The ``bucket`` parameter is a bucket name, it must be an alphanumeric string and **may contain a dash and or a dot, but other characters are forbidden**.
api-url: |
Base `URL` of Scylla Manager server (envvar SCYLLA_MANAGER_API_URL).
Expand Down

0 comments on commit e7a9a2e

Please sign in to comment.