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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user