services.nextcloud.config.objectstore.s3.usePathStyle
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
- <nixpkgs/nixos/modules/services/web-apps/nextcloud.nix>