add parts concurrency s3

This commit is contained in:
fyears
2022-03-14 23:42:18 +08:00
parent 1699d39f62
commit a2fb515b74
4 changed files with 30 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ export interface S3Config {
s3SecretAccessKey: string;
s3BucketName: string;
bypassCorsLocally?: boolean;
partsConcurrency?: number;
}
export interface DropboxConfig {