Describe the bug The AWS S3 configuration documentation lists incorrect properties.

The following configuration uses the AWS S3 client to access configuration files. We can use spring.awss3.* properties to select the bucket where your configuration is stored.

The properties are under the prefix spring.cloud.config.server.awss3.*

It is also possible to specify an AWS URL to override the standard endpoint of your S3 service with spring.awss3.endpoint. This allows support for beta regions of S3, and other S3 compatible storage APIs.

The property is spring.cloud.config.server.awss3.endpoint