···31 bucket: ""
32 # Custom S3 endpoint for non-AWS providers (e.g. "https://gateway.storjshare.io").
33 endpoint: ""
0034# HTTP server and identity settings.
35server:
36 # Listen address, e.g. ":8080" or "0.0.0.0:8080".
···39 public_url: ""
40 # Allow unauthenticated blob reads. If false, readers need crew membership.
41 public: false
0042 # Use localhost for OAuth redirects during development.
43 test_mode: false
44 # Request crawl from this relay on startup to make the embedded PDS discoverable.
···31 bucket: ""
32 # Custom S3 endpoint for non-AWS providers (e.g. "https://gateway.storjshare.io").
33 endpoint: ""
34+ # CDN pull zone URL for downloads. When set, presigned GET/HEAD URLs use this host instead of the S3 endpoint. Uploads and API calls still use the S3 endpoint.
35+ pull_zone: ""
36# HTTP server and identity settings.
37server:
38 # Listen address, e.g. ":8080" or "0.0.0.0:8080".
···41 public_url: ""
42 # Allow unauthenticated blob reads. If false, readers need crew membership.
43 public: false
44+ # DID of successor hold for migration. Appview redirects all requests to the successor.
45+ successor: ""
46 # Use localhost for OAuth redirects during development.
47 test_mode: false
48 # Request crawl from this relay on startup to make the embedded PDS discoverable.