Merge pull request #5546 from backstage/fix-techdocs-backend-config

awsS3 option endpoint -> s3ForcePathStyle
This commit is contained in:
Raghunandan Balachandran
2021-04-30 14:07:45 +02:00
committed by GitHub
+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;
};
}
| {