github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/ais/test/scripts/dsort-spec3.json (about)

     1  {
     2    "input_extension": ".tar",
     3    "bck": {
     4      "name": "src"
     5    },
     6    "output_bck": {
     7      "name": "dst"
     8    },
     9    "input_format": {
    10      "template": "shard-{0..9}"
    11    },
    12    "output_format": "new-shard-{0000..1000}.tar.lz4",
    13    "output_shard_size": "10KB",
    14    "description": "sort shards in a decreasing order, reformat tar => tar.lz4",
    15    "algorithm": {
    16      "kind": "alphanumeric",
    17      "decreasing": true
    18    }
    19  }