Skip to content

Commit

Permalink
Key and secret should not be mandatory for s3 and minio
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Apr 26, 2024
1 parent 0a2a8f3 commit 4e6ea1f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ function s3Connection() {
id="user"
placeholder="User"
name="connection.user"
validate={required}
/>
</td>
</tr>
Expand All @@ -324,7 +323,6 @@ function s3Connection() {
id="password"
placeholder="password"
name="connection.password"
validate={required}
/>
</td>
</tr>
Expand Down

0 comments on commit 4e6ea1f

Please sign in to comment.