Comparison

mod_storage_s3/README.md @ 6211:750d64c47ec6 draft default tip

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6140:476717ab3cd9
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
7 ::: {.alert .alert-danger} 7 ::: {.alert .alert-danger}
8 This storage driver is fully async and requires that all storage access happens in an async-compatible context. As of 2023-10-14 this work in Prosody 8 This storage driver is fully async and requires that all storage access happens in an async-compatible context. As of 2023-10-14 this work in Prosody
9 is not yet complete. For now, this module is primarily suited for testing and finding areas where async work is incomplete. 9 is not yet complete. For now, this module is primarily suited for testing and finding areas where async work is incomplete.
10 ::: 10 :::
11 11
12 ::: {.alert .alert-danger}
13 The data layout in S3 is not final and may change at any point in incompatible ways.
14 :::
15
12 This module provides storage in Amazon S3 compatible things. It has been tested primarily with MinIO. 16 This module provides storage in Amazon S3 compatible things. It has been tested primarily with MinIO.
13 17
14 ``` lua 18 ``` lua
15 s3_bucket = "prosody" 19 s3_bucket = "prosody"
16 s3_base_uri = "http://localhost:9000" 20 s3_base_uri = "http://localhost:9000"