github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/pkg/config/testdata/domain_name_prefix.yaml (about)

     1  ---
     2  database:
     3    type: local
     4  
     5  blockstore:
     6    type: local
     7  
     8  gateways:
     9    s3:
    10      domain_name:
    11        - gs.example.com
    12        - s4.s3.example.com
    13        - s3.example.com
    14      region: us-east-1
    15  
    16  listen_address: "0.0.0.0:8005"