Type Alias ISignedFileStorageAdapter

ISignedFileStorageAdapter: IFileUrlAdapter & IFileStorageAdapter

Combined file storage adapter contract providing complete file operations plus signed URL generation. Merges IFileStorageAdapter (file CRUD operations) and IFileUrlAdapter (URL generation).

Useful for storage backends that support both file operations and signed URLs natively. Implementations handle:

  • Complete file lifecycle (create, read, update, delete, copy, move)
  • Public URL generation for direct browser access
  • Temporary signed URLs for secure download/upload without client credentials

IMPORT_PATH: "@daiso-tech/core/file-storage/contracts"