Merge pull request #4714 from erdoganoksuz/feature/OpenStackSwiftPublisher

This commit is contained in:
Himanshu Mishra
2021-03-05 07:57:36 +00:00
committed by GitHub
15 changed files with 1293 additions and 20 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export interface Config {
* Techdocs publisher information
*/
publisher: {
type: 'local' | 'googleGcs' | 'awsS3';
type: 'local' | 'googleGcs' | 'awsS3' | 'openStackSwift';
};
/**
@@ -155,6 +155,7 @@ export async function createRouter({
break;
case 'awsS3':
case 'azureBlobStorage':
case 'openStackSwift':
case 'googleGcs':
// This block should be valid for all external storage implementations. So no need to duplicate in future,
// add the publisher type in the list here.