You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): support default-tier updates and snapshot-scoped object restore
- buckets set: add `--default-tier` to change an existing bucket's default
storage tier
- objects restore / restore-info: add `--snapshot-version` (alias
`--snapshot`) to target a point-in-time bucket snapshot
Assisted-by: Claude Opus 4.8 (1M context) via Claude Code
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
description: Restore a specific object version (requires bucket versioning). Omit to restore the current version
1692
+
- name: snapshot-version
1693
+
description: Restore the object as of a specific bucket snapshot. Accepts a snapshot version string or any UNIX nanosecond-precision timestamp (e.g. 1765889000501544464)
description: Key of the object (omit if bucket contains the full path)
1711
1720
- name: version-id
1712
1721
description: Inspect a specific object version (requires bucket versioning). Omit to read the current version
1722
+
- name: snapshot-version
1723
+
description: Inspect the object as of a specific bucket snapshot. Accepts a snapshot version string or any UNIX nanosecond-precision timestamp (e.g. 1765889000501544464)
0 commit comments