Add path style configurations for S3.
This commit is contained in:
@@ -11,6 +11,7 @@ export interface S3Config {
|
||||
s3AccessKeyID: string;
|
||||
s3SecretAccessKey: string;
|
||||
s3BucketName: string;
|
||||
forcePathStyle: boolean;
|
||||
}
|
||||
|
||||
export interface DropboxConfig {
|
||||
|
||||
Reference in New Issue
Block a user