swift publisher

Signed-off-by: Mert Can Bilgiç <mert.bilgic@trendyol.com>
This commit is contained in:
erdoganoksuz
2021-02-24 12:00:29 +03:00
committed by Mert Can Bilgiç
parent a7c5e8a009
commit de313a1c94
5 changed files with 77 additions and 5 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';
};
/**