Class AwsS3EnvironmentRepository

java.lang.Object
org.springframework.cloud.config.server.environment.AwsS3EnvironmentRepository
All Implemented Interfaces:
EnvironmentRepository, SearchPathLocator, org.springframework.core.Ordered

public class AwsS3EnvironmentRepository extends Object implements EnvironmentRepository, org.springframework.core.Ordered, SearchPathLocator
Author:
Clay McCoy, Scott Frederick, Daniel Aiken
  • Field Details

  • Constructor Details

    • AwsS3EnvironmentRepository

      public AwsS3EnvironmentRepository(software.amazon.awssdk.services.s3.S3Client s3Client, String bucketName, ConfigServerProperties server)
    • AwsS3EnvironmentRepository

      public AwsS3EnvironmentRepository(software.amazon.awssdk.services.s3.S3Client s3Client, String bucketName, boolean useApplicationAsDirectory, ConfigServerProperties server)
  • Method Details