Support for s3 compatible storage

* Add support for s3 compatible storage to s3 consumer and supplier.

* Add enhancements to s3 compatible storage implementation based on code review

* Move s3 compatible storage endpoint configuration bean to AmazonS3Configuration to remove code duplication

* Disable auto configuration of AmazonS3 Bean to enable custom configurations

* Add documentation for endpoint url configuration property

* Use localhost instead of a real URL to avoid an unexpected connection to the internet
This commit is contained in:
Timo Salm
2020-07-07 20:27:31 +02:00
committed by GitHub
parent d3c1009773
commit c21533e42c
12 changed files with 195 additions and 6 deletions

View File

@@ -1,2 +1,3 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.s3.AwsS3SupplierProperties,\
org.springframework.cloud.fn.common.file.FileConsumerProperties
org.springframework.cloud.fn.common.file.FileConsumerProperties,\
org.springframework.cloud.fn.common.aws.s3.AmazonS3Properties