Class S3PropertySource

java.lang.Object
org.springframework.core.env.PropertySource<software.amazon.awssdk.services.s3.S3Client>
org.springframework.core.env.EnumerablePropertySource<software.amazon.awssdk.services.s3.S3Client>
io.awspring.cloud.core.config.AwsPropertySource<S3PropertySource,software.amazon.awssdk.services.s3.S3Client>
io.awspring.cloud.s3.config.S3PropertySource

public class S3PropertySource extends AwsPropertySource<S3PropertySource,software.amazon.awssdk.services.s3.S3Client>
Retrieves property sources path from the AWS S3 using the provided S3 client.
Since:
3.3.0
Author:
Kunal Varpe, Matej Nedic