aws-maven icon indicating copy to clipboard operation
aws-maven copied to clipboard

Fork to add support for assumed roles

Results 7 aws-maven issues
Sort by recently updated
recently updated
newest added

Solves #19 Adds MinIO support through Maven's settings.xml and System properties. Here's what a sample Maven configuration would look like: ``` minio-release 291cafe6-eceb-43dc-91b3-58be867d9da2 e383fed0-4645-45f6-acea-65f3748b96c8 s3 minio https://minio-tenant-1-hl.minio-tenant-1.svc.cluster:4430 minio-snapshot 291cafe6-eceb-43dc-91b3-58be867d9da2 e383fed0-4645-45f6-acea-65f3748b96c8...

Hi all, it would be cool to add support for other S3 providers like [MinIO](https://min.io/), thanks !

Really thrilled with how this is working for us, but would love to be able to use it without having to add a repository to our poms who's reliability is...

Hi, Due to this comment - https://github.com/spring-projects/aws-maven/issues/44#issuecomment-196262307 `eu-central-1` (Frankfurt) is supported. I've configured and tried to use it but got such exceptions: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy)...

This project depends on the entire AWS SDK: https://github.com/Yleisradio/aws-maven/blob/master/pom.xml#L43-L44 It's been modularized (I'm not sure which version that started, but probably between the version in the spring-projects/aws-maven and this one)...

Using the AWS credentials directly works `AWS_ACCESS_KEY_ID=XXX AWS_SECRET_ACCESS_KEY=YYY mvn -f site-pom.xml deploy` ``` [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Very Good Parent POM 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO]...