🎇 add root folder for s3

pull/548/head
微凉 2022-01-01 20:54:11 +08:00
parent bc364cee0d
commit 366148a450
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@ func (driver S3) Items() []base.Item {
Type: base.TypeString,
Required: true,
},
{
Name: "root_folder",
Label: "root folder path",
Type: base.TypeString,
Required: false,
},
{
Name: "custom_host",
Label: "Custom Host",