Merge pull request #4714 from erdoganoksuz/feature/OpenStackSwiftPublisher
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user