awsS3 option endpoint -> s3ForcePathStyle

Signed-off-by: Raghunandan <soapraj@gmail.com>
This commit is contained in:
Raghunandan
2021-04-30 13:46:35 +02:00
parent 55d84d7ce4
commit a1351acc87
+1 -1
View File
@@ -96,7 +96,7 @@ export interface Config {
* This allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used to host tech docs.
* @visibility backend
*/
endpoint?: string;
s3ForcePathStyle?: boolean;
};
}
| {