Skip to content

Commit e5fd903

Browse files
committedMar 19, 2025·
destinations/amazon-s3: Added warning for data loss with non-AWS S3 compatible solutions
1 parent bb18146 commit e5fd903

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎doc/_admin-guide/070_Destinations/225_Amazon-s3/000_amazon_s3_options.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ description: >-
77

88
The following options are specific to the s3 destination.
99

10+
![]({{ site.baseurl}}/assets/images/caution.png) **CAUTION:**
11+
Hazard of data loss!
12+
The {{ site.product.short_name }} Amazon S3 destination has been designed to work with the AWS implementation.
13+
While it is possible to use the {{ site.product.short_name }} S3 destination with other implementations,
14+
some options might suffer from reduced functionality or not work at all.
15+
16+
We recommend carefully testing your configuration before sending any production data to other S3 compatible solutions.
17+
Some configurations, such as using the `storag-class()` option with MinIO could result in permanent data loss without any warning.
18+
{: .notice--danger}
19+
1020
## access-key()
1121

1222
|Type:| string|

0 commit comments

Comments
 (0)
Please sign in to comment.