Skip to content

Commit

Permalink
bucket not required in form for s3query and s3out (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmichel-nwsb committed Nov 24, 2022
1 parent 52cdc1b commit 9389ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/aws.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
color:"#C0DEED",
defaults: {
aws: {type:"aws-config",required:true},
bucket: {required:true},
bucket: {value:""},
filename: {value:""},
region: {value:"", required:true},
name: {value:""},
Expand Down Expand Up @@ -194,7 +194,7 @@
color:"#C0DEED",
defaults: {
aws: {type:"aws-config",required:true},
bucket: {required:true},
bucket: {value:""},
filename: {value:""},
localFilename: {value:""},
region: {value:"", required:true},
Expand Down

0 comments on commit 9389ef0

Please sign in to comment.