services.nextcloud.config.objectstore.s3.usePathStyle

NixOS option

Required for some non-Amazon S3 implementations. Ordinarily, requests will be made with http://bucket.hostname.domain/, but with path style enabled requests are made with http://hostname.domain/bucket instead.

type: boolean
Default
false
declared in: nixos/modules/services/web-apps/nextcloud.nixView source on NixOS/nixpkgs →