feat(storage): generalize S3 client and watcher interfaces to storage-oriented naming with backward compatibility

This commit is contained in:
2026-03-14 19:24:36 +00:00
parent 7959fa6296
commit 18bdb5c7c2
15 changed files with 3598 additions and 3202 deletions

View File

@@ -12,7 +12,7 @@ export class File {
/**
* creates a file in draft mode
* you need to call .save() to store it in s3
* you need to call .save() to store it in object storage
* @param optionsArg
*/
public static async create(optionsArg: {