partial of s3 remoteprefix

This commit is contained in:
fyears
2024-01-06 17:21:53 +08:00
parent cbf656c7b7
commit 586e587d96
7 changed files with 156 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ export interface S3Config {
bypassCorsLocally?: boolean;
partsConcurrency?: number;
forcePathStyle?: boolean;
remotePrefix?: string;
}
export interface DropboxConfig {