Merge pull request #5523 from RoadieHQ/tech-docs-s3-like-services

Tech docs with s3-like services
This commit is contained in:
Anders Näsman
2021-04-30 11:48:55 +02:00
committed by GitHub
5 changed files with 27 additions and 0 deletions
+7
View File
@@ -90,6 +90,13 @@ export interface Config {
* @visibility secret
*/
endpoint?: string;
/**
* (Optional) Whether to use path style URLs when communicating with S3.
* Defaults to false.
* This allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used to host tech docs.
* @visibility backend
*/
endpoint?: string;
};
}
| {