hyness / spring-cloud-config-server

Docker build of the spring-cloud-config-server
Apache License 2.0
74 stars 54 forks source link

DockerImage with S3 Support available? #16

Closed marcoschneidertui closed 4 years ago

marcoschneidertui commented 4 years ago

Hi, I have just a very short question: are there any plans to provide the docker image with preconfigured AWSS3 as Configuration Storage? That would be really great. Best regards Marco

hyness commented 4 years ago

The tricky part about adding individual features like S3 is adding them in a way that doesn't affect users that don't need the feature. This request is similar to the other feature requests that are currently open. This one might be easier since, I believe, Spring Cloud has a @ConditionalOnAws annotation that would make this safe to include.

hyness commented 4 years ago

The latest image has S3 support. Please give it a try. If you find an issue, please file a bug