Skip to content

Commit

Permalink
document how to prevent faulty activation of s3 autoconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
esuomi committed Jun 6, 2024
1 parent 55d6167 commit 95743a7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,22 @@ The default MessagingService implementation is a noop.

## Disable Google PubSub autoconfiguration

If you don't use Google PubSub, sett this property:
If you don't use Google PubSub, set this property:

# This property is needed to avoid pubsub autoconfiguration
spring.cloud.gcp.pubsub.enabled=false

## Disable AWS S3 autoconfiguration

If you don't use AWS S3 through AWSpring, set this property:

# This property is needed to avoid AWS S3 autoconfiguration
spring.cloud.aws.s3.enabled=false

This feature is automatically enabled due to transitive dependency activation from
`spring-cloud-aws-starter-secrets-manager` and should never be needed when running uttu in any of the available
configurations.

## Running locally

### Local Environment through Docker Compose
Expand Down

0 comments on commit 95743a7

Please sign in to comment.