From d50b53d9df2819a440a68cad6ab00780f5c2d356 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Tue, 28 Jan 2025 16:10:45 +0530 Subject: [PATCH] add a note on lack of persistence support in s3 image --- content/en/user-guide/aws/s3/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/user-guide/aws/s3/index.md b/content/en/user-guide/aws/s3/index.md index 0bbafd0113..b912de3ced 100644 --- a/content/en/user-guide/aws/s3/index.md +++ b/content/en/user-guide/aws/s3/index.md @@ -281,6 +281,11 @@ docker run \ The S3 Docker image has similar parity with the S3 APIs supported by LocalStack Docker image. You can use similar [configuration options](https://docs.localstack.cloud/references/configuration/#s3) to alter the behaviour of the S3 Docker image, such as `DEBUG` or `S3_SKIP_SIGNATURE_VALIDATION`. +{{< callout >}} +The S3 Docker image does not support persistence, and all data is lost when the container is stopped. +To use persistence or save the container state as a Cloud Pod, you need to use the [`localstack/localstack-pro`](https://hub.docker.com/r/localstack/localstack-pro) image. +{{< /callout >}} + ## SSE-C Encryption SSE-C (Server-Side Encryption with Customer-Provided Keys) is an Amazon S3 encryption method where customers provide their own encryption keys for securing objects.