Add storage

This commit is contained in:
2026-05-15 19:01:10 +08:00
parent 8a16b01e9e
commit 8aa7387e4d
49 changed files with 2112 additions and 223 deletions
+7
View File
@@ -84,6 +84,13 @@
<artifactId>solon-test</artifactId>
<scope>test</scope>
</dependency>
<!-- AWS S3 SDK v2 (Cloudflare R2 is S3-compatible) -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.25.16</version>
</dependency>
</dependencies>