Merge branch 'master' of https://github.com/Victrid/remotely-save into Victrid-master

This commit is contained in:
fyears
2022-03-20 23:37:26 +08:00
5 changed files with 29 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ export interface S3Config {
s3BucketName: string;
bypassCorsLocally?: boolean;
partsConcurrency?: number;
forcePathStyle?: boolean;
}
export interface DropboxConfig {