Replies: 2 comments
-
Closing this as duplicate of #4714. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions