mirror of https://github.com/Xhofe/alist
🎇 add root folder for s3
parent
bc364cee0d
commit
366148a450
|
@ -58,6 +58,12 @@ func (driver S3) Items() []base.Item {
|
||||||
Type: base.TypeString,
|
Type: base.TypeString,
|
||||||
Required: true,
|
Required: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "root_folder",
|
||||||
|
Label: "root folder path",
|
||||||
|
Type: base.TypeString,
|
||||||
|
Required: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Name: "custom_host",
|
Name: "custom_host",
|
||||||
Label: "Custom Host",
|
Label: "Custom Host",
|
||||||
|
|
Loading…
Reference in New Issue