# HG changeset patch # User Kim Alvefur # Date 1736324322 -3600 # Node ID 476717ab3cd9fbb9b39a9c162feeab0520999bb1 # Parent ce755c661036d652939b27b5c628ffe248e8e6ac mod_storage_s3: Note about data format change Pretty sure I had some uncommitted work somewhere that changed the order of components in the paths. Mapping archives is tricky as usual and definitively not final. diff -r ce755c661036 -r 476717ab3cd9 mod_storage_s3/README.md --- a/mod_storage_s3/README.md Sun Jan 05 18:01:47 2025 +0100 +++ b/mod_storage_s3/README.md Wed Jan 08 09:18:42 2025 +0100 @@ -9,6 +9,10 @@ is not yet complete. For now, this module is primarily suited for testing and finding areas where async work is incomplete. ::: +::: {.alert .alert-danger} +The data layout in S3 is not final and may change at any point in incompatible ways. +::: + This module provides storage in Amazon S3 compatible things. It has been tested primarily with MinIO. ``` lua