@@ -183,13 +183,15 @@ NAME:
183183 * ais ls s3 - list all s3 buckets that are present in the cluster;
184184 * ais ls s3 --all - list all s3 buckets, both present and remote;
185185 with template, regex, and/or prefix:
186- * ais ls gs: --regex "^abc" --all - list all accessible GCP buckets with names starting with "abc";
187- * ais ls ais://abc --regex ".md" --props size,checksum - list *.md objects with their respective sizes and checksums;
188- * ais ls gs://abc --template images/ - list all objects from the virtual subdirectory called "images";
189- * ais ls gs://abc --prefix images/ - same as above (for more examples, see '--template' below);
186+ * ais ls gs: --regex "^abc" --all - list all accessible GCP buckets with names starting with "abc";
187+ * ais ls ais://abc --regex ".md" --props size,checksum - list *.md objects with their respective sizes and checksums;
188+ * ais ls gs://abc --template images/ - list all objects from the virtual subdirectory called "images";
189+ * ais ls gs://abc --prefix images/ - same as above (for more examples, see '--template' below);
190+ * ais ls gs://abc/images/ - same as above.
190191 and summary (stats):
191- * ais ls s3 --summary - for each s3 bucket in the cluster: print object numbers and total size(s);
192- * ais ls s3 --summary --all - generate summary report for all s3 buckets; include remote objects and buckets that are _not present_
192+ * ais ls s3 --summary - for each s3 bucket in the cluster: print object numbers and total size(s);
193+ * ais ls s3 --summary --all - generate summary report for all s3 buckets; include remote objects and buckets that are _not present_;
194+ * ais ls s3 --summary --all --dont-add - same as above but without adding _non-present_ remote buckets to cluster's BMD.
193195```
194196
195197## Assorted options
@@ -274,19 +276,20 @@ NAME:
274276 * ais ls s3 - list all s3 buckets that are present in the cluster;
275277 * ais ls s3 --all - list all s3 buckets, both in-cluster and remote;
276278 with template, regex, and/or prefix:
277- * ais ls gs: --regex "^abc" --all - list all accessible GCP buckets with names starting with "abc";
278- * ais ls ais://abc --regex ".md" --props size,checksum - list *.md objects with their respective sizes and checksums;
279- * ais ls gs://abc --template images/ - list all objects from the virtual subdirectory called "images";
280- * ais ls gs://abc --prefix images/ - same as above (for more examples, see '--template' below);
279+ * ais ls gs: --regex "^abc" --all - list all accessible GCP buckets with names starting with "abc";
280+ * ais ls ais://abc --regex ".md" --props size,checksum - list *.md objects with their respective sizes and checksums;
281+ * ais ls gs://abc --template images/ - list all objects from the virtual subdirectory called "images";
282+ * ais ls gs://abc --prefix images/ - same as above (for more examples, see '--template' below);
283+ * ais ls gs://abc/images/ - same as above.
281284 with in-cluster vs remote content comparison (diff):
282285 * ais ls s3://abc --check-versions - for each remote object in s3://abc: check whether it has identical in-cluster copy
283- and show missing objects
286+ and show missing objects;
284287 * ais ls s3://abc --check-versions --cached - for each in-cluster object in s3://abc: check whether it has identical remote copy
285- and show deleted objects
288+ and show deleted objects.
286289 with summary (stats):
287290 * ais ls s3 --summary - for each s3 bucket in the cluster: print object numbers and total size(s);
288- * ais ls s3 --summary --all - generate summary report for all s3 buckets; include remote objects and buckets that are _not present_
289- * ais ls s3 --summary --all --dont-add - same as above but without adding _non-present_ remote buckets to cluster's BMD
291+ * ais ls s3 --summary --all - generate summary report for all s3 buckets; include remote objects and buckets that are _not present_;
292+ * ais ls s3 --summary --all --dont-add - same as above but without adding _non-present_ remote buckets to cluster's BMD.
290293
291294USAGE:
292295 ais ls [command options] PROVIDER:[//BUCKET_NAME]
0 commit comments