Skip to main content

tigris objects restore-info

Show the restore state of an archived object (archived, in-progress, or restored).

Alias: ri

Usage

tigris objects restore-info <bucket> [key] [flags]
t3 o ri <bucket> [key] [flags]

If the bucket argument contains the full path (e.g. t3://my-bucket/archived.bin), the key argument can be omitted. Objects that are not archived report no restore information.

Arguments

NameRequiredDescription
bucketYesBucket name, or a full path (t3://bucket/key)
keyNoObject key. Omit if bucket contains the full path.

Flags

NameRequiredDefaultDescription
--version-idNoInspect a specific object version (requires bucket versioning). Omit to read the current version
--formatNotableOutput format. Options: json, table, xml

Examples

# Show restore state
tigris objects restore-info my-bucket archived.bin

# Show restore state as JSON using a t3:// path
tigris objects restore-info t3://my-bucket/archived.bin --format json

Use tigris objects restore to request a restore.