Skip to content

Commit 6d452f4

Browse files
committed
Update README.md
1 parent fc7434a commit 6d452f4

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,59 @@ Global Flags:
271271
-w, --workers int number of concurrent threads (default 12)
272272
```
273273

274+
### s3kit ls locks
275+
```
276+
List various locks on S3 object(s) (legal hold, governance/compliance retention)
277+
278+
Usage:
279+
s3kit ls locks s3://bucket/folder/ s3://bucket/folder/prefix ... [flags]
280+
281+
Flags:
282+
--all Apply to all versions of object(s)
283+
-h, --help help for locks
284+
--latest Apply to latest version of object(s) (default true)
285+
--version string Apply to a specific version
286+
287+
Global Flags:
288+
--json JSON output
289+
--table ASCII table output (default true)
290+
-w, --workers int number of concurrent threads (default 12)
291+
--yaml YAML output
292+
```
293+
294+
### s3kit ls tags
295+
```
296+
List tags for object(s)
297+
298+
Usage:
299+
s3kit ls tags s3://bucket/folder/ s3://bucket/folder/prefix ... [flags]
300+
301+
Flags:
302+
--all Apply to all versions of object(s)
303+
-h, --help help for tags
304+
--latest Apply to latest version of object(s) (default true)
305+
--version string Apply to a specific version
274306
307+
Global Flags:
308+
--json JSON output
309+
--table ASCII table output (default true)
310+
-w, --workers int number of concurrent threads (default 12)
311+
--yaml YAML output
312+
```
313+
314+
### s3kit ls versions
315+
```
316+
List object version(s)
317+
318+
Usage:
319+
s3kit ls versions s3://bucket/folder/ s3://bucket/folder/prefix ... [flags]
320+
321+
Flags:
322+
-h, --help help for versions
323+
324+
Global Flags:
325+
--json JSON output
326+
--table ASCII table output (default true)
327+
-w, --workers int number of concurrent threads (default 12)
328+
--yaml YAML output
329+
```

0 commit comments

Comments
 (0)