Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/admin/fault-tolerant-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,9 @@ 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. 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.
the exchange manager is designed to support S3-compatible storage systems, only
AWS S3 and MinIO are tested for compatibility. For other storage systems,
perform your own testing and consult your vendor for more information.

```properties
exchange-manager.name=filesystem
Expand Down
5 changes: 4 additions & 1 deletion docs/src/main/sphinx/object-storage/file-system-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

Trino includes a native implementation to access [Amazon
S3](https://aws.amazon.com/s3/) and compatible storage systems with a catalog
using the Delta Lake, Hive, Hudi, or Iceberg connectors.
using the Delta Lake, Hive, Hudi, or Iceberg connectors. While Trino is designed
to support S3-compatible storage systems, only AWS S3 and MinIO are tested for
compatibility. For other storage systems, perform your own testing and consult
your vendor for more information.

Enable the native implementation with `fs.native-s3.enabled=true` in your
catalog properties file.
Expand Down