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
Copy file name to clipboardExpand all lines: src/specs.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,9 @@ commands:
249
249
- my-bucket/my-path
250
250
- t3://my-bucket
251
251
- t3://my-bucket/my-path
252
+
- name: snapshot-version
253
+
description: Read from a specific bucket snapshot. Accepts a snapshot version string or any UNIX nanosecond-precision timestamp (e.g. 1765889000501544464)
254
+
alias: snapshot
252
255
253
256
# mk
254
257
- name: mk
@@ -347,6 +350,9 @@ commands:
347
350
alias: f
348
351
options: [json, table, xml]
349
352
default: table
353
+
- name: snapshot-version
354
+
description: Read from a specific bucket snapshot. Accepts a snapshot version string or any UNIX nanosecond-precision timestamp (e.g. 1765889000501544464)
355
+
alias: snapshot
350
356
351
357
# presign
352
358
- name: presign
@@ -1086,6 +1092,9 @@ commands:
1086
1092
alias: f
1087
1093
options: [json, table, xml]
1088
1094
default: table
1095
+
- name: snapshot-version
1096
+
description: Read from a specific bucket snapshot. Accepts a snapshot version string or any UNIX nanosecond-precision timestamp (e.g. 1765889000501544464)
1097
+
alias: snapshot
1089
1098
# get
1090
1099
- name: get
1091
1100
description: Download an object by key. Prints to stdout by default, or saves to a file with --output
@@ -1117,6 +1126,9 @@ commands:
1117
1126
description: 'Response mode: "string" loads into memory, "stream" writes in chunks (auto-detected from extension if not specified)'
1118
1127
alias: m
1119
1128
options: [string, stream]
1129
+
- name: snapshot-version
1130
+
description: Read from a specific bucket snapshot. Accepts a snapshot version string or any UNIX nanosecond-precision timestamp (e.g. 1765889000501544464)
1131
+
alias: snapshot
1120
1132
# put
1121
1133
- name: put
1122
1134
description: Upload a local file as an object. Content-type is auto-detected from extension unless overridden
0 commit comments