Skip to content

Commit

Permalink
Update S3RepositoryPlugin.java
Browse files Browse the repository at this point in the history
Fixing error: adding a new parameter to the configuration for checking the config on startup.

Signed-off-by: Konstantin Gerasimenko <[email protected]>
  • Loading branch information
nice-redbull authored Jun 6, 2023
1 parent 8dd5461 commit 2a40ebe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public List<Setting<?>> getSettings() {
S3ClientSettings.SESSION_TOKEN_SETTING,
S3ClientSettings.ENDPOINT_SETTING,
S3ClientSettings.PROTOCOL_SETTING,
S3ClientSettings.PROXY_TYPE_SETTING,
S3ClientSettings.PROXY_HOST_SETTING,
S3ClientSettings.PROXY_PORT_SETTING,
S3ClientSettings.PROXY_USERNAME_SETTING,
Expand Down

0 comments on commit 2a40ebe

Please sign in to comment.