Skip to content

Commit 8cee5df

Browse files
committed
Escaping characters in docs
1 parent 68e8174 commit 8cee5df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/ROOT/pages/server/environment-repository/aws-s3-backend.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The preceding listing matches objects stored in your bucket in `/\{application}`
7171
[[search-paths]]
7272
== Search paths
7373

74-
Spring Cloud Config Server also supports `search-paths` for the AWS S3 backend, analogous to xref:./git-backend.adoc#placeholders-in-git-search-paths[`search-paths`] in the Git backend. You can specify a list of paths in the bucket to search for configuration files. The search paths can contain placeholders like `{application}`, `{profile}`, and `{label}`.
74+
Spring Cloud Config Server also supports `search-paths` for the AWS S3 backend, analogous to xref:./git-backend.adoc#placeholders-in-git-search-paths[`search-paths`] in the Git backend. You can specify a list of paths in the bucket to search for configuration files. The search paths can contain placeholders like `\{application}`, `\{profile}`, and `\{label}`.
7575

7676
The search paths support:
7777
- *Literal paths*: Probing exact paths with supported file extensions (e.g. `properties`, `json`, `yml`, `yaml`).

0 commit comments

Comments
 (0)