File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,6 @@ func main() {
6666 Usage : "strip the prefix from the target" ,
6767 EnvVar : "PLUGIN_STRIP_PREFIX" ,
6868 },
69- cli.BoolFlag {
70- Name : "recursive" ,
71- Usage : "upload files recursively" ,
72- EnvVar : "PLUGIN_RECURSIVE" ,
73- },
7469 cli.StringSliceFlag {
7570 Name : "exclude" ,
7671 Usage : "ignore files matching exclude pattern" ,
@@ -122,7 +117,6 @@ func run(c *cli.Context) error {
122117 Source : c .String ("source" ),
123118 Target : c .String ("target" ),
124119 StripPrefix : c .String ("strip-prefix" ),
125- Recursive : c .Bool ("recursive" ),
126120 Exclude : c .StringSlice ("exclude" ),
127121 Encryption : c .String ("encryption" ),
128122 PathStyle : c .Bool ("path-style" ),
Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ type Plugin struct {
6363 // Strip the prefix from the target path
6464 StripPrefix string
6565
66- // Recursive uploads
67- Recursive bool
68-
6966 YamlVerified bool
7067
7168 // Exclude files matching this pattern.
You can’t perform that action at this time.
0 commit comments