x_storage_presigned_url 0.4.0
x_storage_presigned_url: ^0.4.0 copied to clipboard
Presigned URL storage driver for XStorage
0.4.0 #
- Added
contentTypeandsizeBytesparameters tofetchUploadPresignedUrl - Added
uploadHeadershook for custom PUT request headers - Added
onSaveCompletehook for post-upload actions - Added automatic MIME type detection from file extension
0.2.0 #
- BREAKING CHANGE: Updated to support x_storage_core 0.2.0
- Migrated to Result type for error handling
- All operations now return Result<T, XStorageException>
0.1.0 #
- Initial release
- Implementation of presigned URL storage provider
- Support for S3-compatible storage services
0.0.4 #
- Fix bugs
0.0.3 #
- Fix bugs
0.0.2 #
- Fix bugs
0.0.1 #
- Initial release
- Implementation of XStorage driver for Presigned URL storage
- Support for AWS S3 and other S3-compatible storage services
- File save, load, and existence check functionality
- Custom API client support