github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/bench/microbenchmarks/http2/create_local_bucket (about)

     1  #!/bin/bash
     2  
     3  curl -i -X POST -H 'Content-Type: application/json' -d '{"action": "create_bck"}' http://localhost:8080/v1/buckets/$1
     4  
     5  # For HTTPS
     6  #curl -i -k -X POST -H 'Content-Type: application/json' -d '{"action": "create_bck"}' https://localhost:8080/v1/buckets/$1