storage-adapters
Installation
SKILL.md
File Storage Adapters
This skill provides comprehensive guidance for using @rytass/storages-adapter-* packages to integrate file storage providers.
Overview
All adapters implement the StorageInterface from @rytass/storages, providing a unified API across different storage providers:
| Package | Provider | Description |
|---|---|---|
@rytass/storages-adapter-s3 |
AWS S3 | Amazon S3 storage adapter |
@rytass/storages-adapter-gcs |
Google Cloud Storage | GCS storage adapter |
@rytass/storages-adapter-r2 |
Cloudflare R2 | R2 storage adapter with custom domain support |
@rytass/storages-adapter-azure-blob |
Azure Blob Storage | Azure blob storage adapter |
@rytass/storages-adapter-local |
Local File System | Local disk storage with usage tracking |
Base Interface (@rytass/storages)
All adapters share these core methods: