From 38ee4038f82274a524c980e9ae326c210bcd3620 Mon Sep 17 00:00:00 2001 From: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:35:03 +0300 Subject: [PATCH] EPMRPP-114114 || Update S3 Cloud Storage doc (#1101) Co-authored-by: Yuliya_Prihodko --- .../file-storage-options/S3CloudStorage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation-steps-advanced/file-storage-options/S3CloudStorage.md b/docs/installation-steps-advanced/file-storage-options/S3CloudStorage.md index 889b0c760..48ce54b18 100644 --- a/docs/installation-steps-advanced/file-storage-options/S3CloudStorage.md +++ b/docs/installation-steps-advanced/file-storage-options/S3CloudStorage.md @@ -27,6 +27,7 @@ DATASTORE_DEFAULTBUCKETNAME: my-bucket # Name of the bucket ```bash x-analyzer-environment: &common-analyzer-environment + DATASTORE_TYPE: s3 DATASTORE_REGION: us-east-1 DATASTORE_ACCESSKEY: "" DATASTORE_SECRETKEY: "" @@ -365,7 +366,8 @@ x-analyzer-environment: &common-analyzer-environment AMQP_EXCHANGE_NAME: analyzer-default AMQP_VIRTUAL_HOST: analyzer AMQP_URL: amqp://${RABBITMQ_DEFAULT_USER-rabbitmq}:${RABBITMQ_DEFAULT_PASS-rabbitmq}@rabbitmq:5672 - ES_HOSTS: http://opensearch:9200 + ES_HOSTS: http://opensearch:9200 + DATASTORE_TYPE: s3 DATASTORE_REGION: us-east-1 DATASTORE_ACCESSKEY: "" # Leave empty for IAM Role-based access DATASTORE_SECRETKEY: "" # Leave empty for IAM Role-based access