@antelopejs/interface-file-storage
v0.0.3
Published
AntelopeJS interface for file storage with presigned URLs, upload/download, and metadata
Readme
Interface File Storage
A standardized file storage interface for AntelopeJS that provides presigned URL-based uploads and downloads, file metadata retrieval, and multi-bucket support. The interface abstracts away storage provider details, enabling seamless switching between cloud storage backends.
Installation
npm install @antelopejs/interface-file-storageDocumentation
Detailed documentation is available in the docs directory:
- Introduction - Overview, visibility modes, and error handling
- File Operations - Upload, download, delete, and metadata operations
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
