Este conteúdo não está disponível no idioma selecionado.
Chapter 49. object
This chapter describes the commands under the object command.
49.1. object create Copiar o linkLink copiado para a área de transferência!
Usage:
Upload object to container
| Value | Summary |
|---|---|
| <container> | Container for new object |
| <filename> | Local filename(s) to upload |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Upload a file and rename it. can only be used when uploading a single object |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
49.2. object delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack object delete [-h] <container> <object> [<object> ...]
openstack object delete [-h] <container> <object> [<object> ...]
Delete object from container
| Value | Summary |
|---|---|
| <container> | Delete object(s) from <container> |
| <object> | Object(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.3. object list Copiar o linkLink copiado para a área de transferência!
Usage:
List objects
| Value | Summary |
|---|---|
| <container> | Container to list |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --prefix <prefix> | Filter list using <prefix> |
| --delimiter <delimiter> | Roll up items with <delimiter> |
| --marker <marker> | Anchor for paging |
| --end-marker <end-marker> | End anchor for paging |
| --limit <num-objects> | Limit the number of objects returned |
| --long | List additional fields in output |
| --all | List all objects in container (default is 10000) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
49.4. object save Copiar o linkLink copiado para a área de transferência!
Usage:
openstack object save [-h] [--file <filename>] <container> <object>
openstack object save [-h] [--file <filename>] <container> <object>
Save object locally
| Value | Summary |
|---|---|
| <container> | Download <object> from <container> |
| <object> | Object to save |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Destination filename (defaults to object name); using '-' as the filename will print the file to stdout |
49.5. object set Copiar o linkLink copiado para a área de transferência!
Usage:
openstack object set [-h] --property <key=value> <container> <object>
openstack object set [-h] --property <key=value> <container> <object>
Set object properties
| Value | Summary |
|---|---|
| <container> | Modify <object> from <container> |
| <object> | Object to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key=value> | Set a property on this object (repeat option to set multiple properties) |
49.6. object show Copiar o linkLink copiado para a área de transferência!
Usage:
openstack object show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<container> <object>
openstack object show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<container> <object>
Display object details
| Value | Summary |
|---|---|
| <container> | Display <object> from <container> |
| <object> | Object to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
49.7. object store account set Copiar o linkLink copiado para a área de transferência!
Usage:
openstack object store account set [-h] --property <key=value>
openstack object store account set [-h] --property <key=value>
Set account properties
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key=value> | Set a property on this account (repeat option to set multiple properties) |
49.8. object store account show Copiar o linkLink copiado para a área de transferência!
Usage:
Display account details
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
49.9. object store account unset Copiar o linkLink copiado para a área de transferência!
Usage:
openstack object store account unset [-h] --property <key>
openstack object store account unset [-h] --property <key>
Unset account properties
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from account (repeat option to remove multiple properties) |
49.10. object unset Copiar o linkLink copiado para a área de transferência!
Usage:
openstack object unset [-h] --property <key> <container> <object>
openstack object unset [-h] --property <key> <container> <object>
Unset object properties
| Value | Summary |
|---|---|
| <container> | Modify <object> from <container> |
| <object> | Object to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from object (repeat option to remove multiple properties) |