···3131 bucket: ""
3232 # Custom S3 endpoint for non-AWS providers (e.g. "https://gateway.storjshare.io").
3333 endpoint: ""
3434+ # 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.
3535+ pull_zone: ""
3436# HTTP server and identity settings.
3537server:
3638 # Listen address, e.g. ":8080" or "0.0.0.0:8080".
···3941 public_url: ""
4042 # Allow unauthenticated blob reads. If false, readers need crew membership.
4143 public: false
4444+ # DID of successor hold for migration. Appview redirects all requests to the successor.
4545+ successor: ""
4246 # Use localhost for OAuth redirects during development.
4347 test_mode: false
4448 # Request crawl from this relay on startup to make the embedded PDS discoverable.