Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 583487e

Browse files
authored
add a note on lack of persistence support in s3 image (#1636)
1 parent cb04e41 commit 583487e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/user-guide/aws/s3/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,11 @@ docker run \
281281
The S3 Docker image has similar parity with the S3 APIs supported by LocalStack Docker image.
282282
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`.
283283

284+
{{< callout >}}
285+
The S3 Docker image does not support persistence, and all data is lost when the container is stopped.
286+
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.
287+
{{< /callout >}}
288+
284289
## SSE-C Encryption
285290

286291
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.

0 commit comments

Comments
 (0)