feat(storage): support a object storage custom path prefix

This commit is contained in:
Gabe Kangas
2023-08-11 22:18:45 -07:00
parent d5c54aacc1
commit 1a7b6b99d5
7 changed files with 44 additions and 4 deletions
+1
View File
@@ -81,6 +81,7 @@ export interface S3Field {
endpoint: string;
region: string;
secret: string;
pathPrefix: string;
forcePathStyle: boolean;
}