rundeck-plugins / rundeck-s3-log-plugin

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

Update aws-java-sdk-s3 version to 1.11.662 #33

Closed h3poteto closed 4 years ago

h3poteto commented 4 years ago

I've updated aws-java-sdk-s3 version to 1.11.662.

I want to use new features of aws-sdk so I have updated it. In detail, I'm running Rundeck on Kubernetes using EKS, and recently EKS supports new feature which is IAM Role for Service Account: https://aws.amazon.com/jp/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/ I start to use this, so aws-sdk version have to greater than 1.11.623.

gschueler commented 4 years ago

updated https://github.com/rundeck-plugins/rundeck-s3-log-plugin/pull/34