Add possibility to use path style discovery on S3 tech docs. Enables the possibility to support S3-like buckets that rely on path style API like Localstack.
Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
Vendored
+7
@@ -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;
|
||||
};
|
||||
}
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user