Replies: 2 comments
|
Hello! Reopening this discussion to make it searchable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When '/' is included in the bucket path, the path is always changed to %2f and the yml file cannot be read.
I set the following settings in the yml file in Spring Boot (3.0.6) and use it as a spring config server. When used like this, it worked normally in java sdk version 1, but in version 2, '/' is encoded as %2F, so properties are not received properly.
Please confirm this.
profiles:
active: local, awss3
cloud:
config:
enabled: true
server:
awss3:
region: ap-northeast-2
bucket: test-bucket/configuration
All reactions