Software /
code /
prosody-modules
Changeset
6140:476717ab3cd9
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 08 Jan 2025 09:18:42 +0100 |
parents | 6139:ce755c661036 |
children | 6141:83adef4f7d2e |
files | mod_storage_s3/README.md |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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