Add path style configurations for S3.

This commit is contained in:
Victrid
2022-03-04 23:24:48 +08:00
parent 5acd1551c9
commit 5add7ad645
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ export interface S3Config {
s3AccessKeyID: string;
s3SecretAccessKey: string;
s3BucketName: string;
forcePathStyle: boolean;
}
export interface DropboxConfig {