feat(storage): support a object storage custom path prefix
This commit is contained in:
@@ -81,6 +81,7 @@ export interface S3Field {
|
||||
endpoint: string;
|
||||
region: string;
|
||||
secret: string;
|
||||
pathPrefix: string;
|
||||
forcePathStyle: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user