From 129e48683f6fc0615b606a737f2afcd50538bb2e Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Wed, 15 Apr 2026 16:26:00 +0700 Subject: feat: s3 storage client feat: claude.md --- internal/storage/storage_interface.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/storage/storage_interface.go') diff --git a/internal/storage/storage_interface.go b/internal/storage/storage_interface.go index 02e0790..7134e30 100644 --- a/internal/storage/storage_interface.go +++ b/internal/storage/storage_interface.go @@ -16,4 +16,5 @@ type StorageClient interface { var NewStorageClientMap = map[string]func(*config.StorageConfig, *config.DraftModeConfig) (StorageClient, error){ "b2": NewB2StorageClient, + "s3": NewS3StorageClient, } -- cgit v1.3.1+13