Skip to content

Commit

Permalink
🎇 add root folder for s3
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 1, 2022
1 parent bc364ce commit 366148a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/s3/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 366148a

Please sign in to comment.