Skip to content

Commit

Permalink
Clarify S3 compatibility for FTE exchange manager
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleby1 authored Jul 17, 2024
1 parent 1b9321f commit e79e532
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/main/sphinx/admin/fault-tolerant-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,10 @@ crash.

The following example `exchange-manager.properties` configuration specifies an
AWS S3 bucket as the spooling storage destination. Note that the destination
does not have to be in AWS, but can be any S3-compatible storage system.
does not have to be in AWS, but can be any S3-compatible storage system. While
the exchange manager is designed to support S3-compatible storage systems, not
all such systems are tested for compatibility. To ensure your storage system is
compatible, refer to your vendor's documentation.

```properties
exchange-manager.name=filesystem
Expand Down

0 comments on commit e79e532

Please sign in to comment.