rundeck-plugins / rundeck-s3-log-plugin

Store execution logs in Amazon S3 buckets
Apache License 2.0
32 stars 26 forks source link

Upgrades to support af-south-1 region #48

Open dev-rowbot opened 2 years ago

dev-rowbot commented 2 years ago

I tried to use Rundeck in Kubernetes and write to a bucket in the af-south-1 region but hit this error:

[2022-07-18T12:36:57,020] ERROR services.LogFileStorageService - Failed to initialize LogFileStoragePlugin 'org.rundeck.amazon-s3': java.lang.IllegalArgumentException: Region was not found: af-south-1
java.lang.IllegalArgumentException: Region was not found: af-south-1
    at org.rundeck.plugins.S3LogFileStoragePlugin.initialize(S3LogFileStoragePlugin.java:159) ~[?:?]
    at com.dtolabs.rundeck.plugins.logging.ExecutionFileStoragePlugin$initialize.call(Unknown Source) ~[?:?]
    at rundeck.services.LogFileStorageService.getConfiguredPlugin(LogFileStorageService.groovy:1424) ~[classes!/:?]