support S3 compatible storage providers (#401)

This commit is contained in:
Saeed Vaziry
2024-12-22 23:06:36 +01:00
committed by GitHub
parent db81583884
commit ea3d64607a
20 changed files with 127 additions and 576 deletions

View File

@ -11,6 +11,4 @@ final class StorageProvider
const LOCAL = 'local';
const S3 = 's3';
const WASABI = 'wasabi';
}