Skip to content

Commit bb18146

Browse files
destinations/amazon-s3: Added data loss warnings due to new driver behaviour
1 parent ff4df30 commit bb18146

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
![]({{ site.baseurl}}/assets/images/caution.png) **CAUTION:**
2+
{{ site.product.short_name }}
3+
Changing this parameter could result in these buffers not being uploaded after the next reload.
4+
{: .notice--danger}

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

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The following options are specific to the s3 destination.
2222
*Description:* The name of the S3 bucket.
2323
For example: `my-bucket`.
2424

25+
{% include doc/admin-guide/warnings/s3-dataloss-warning.md %}
26+
2527
## canned-acl()
2628

2729
|Type:| string|
@@ -88,6 +90,8 @@ Description: The max-pending-uploads() and upload-threads() options configure th
8890

8991
*Description:* The unique object key (or key name), which identifies the object in an Amazon S3 bucket.
9092

93+
{% include doc/admin-guide/warnings/s3-dataloss-warning.md %}
94+
9195
## object-key-suffix()
9296

9397
|Type:| string|
@@ -146,3 +150,5 @@ If an invalid value is configured, the default is used.
146150
|Default:| N/A|
147151

148152
*Description:* The API endpoint URL of the S3 bucket. When used with Amazon AWS, the {{ site.product.short_name }} S3 destination automatically creates the service URL. It is recommended that you omit this option. This option is required only if the {{ site.product.short_name }} S3 driver is used in conjunction with third-party S3 service providers, such as MinIO or Google Cloud.
153+
154+
{% include doc/admin-guide/warnings/s3-dataloss-warning.md %}

0 commit comments

Comments
 (0)