amplify_storage_easy 1.0.2 amplify_storage_easy: ^1.0.2 copied to clipboard
The amplify_storage_easy package simplifies working with Amazon Web Services (AWS) Amplify Storage in Dart projects. It provides a user-friendly and efficient way to upload to AWS S3 buckets while abs [...]
Changelog #
[1.0.2] - Initial Release (2023-09-19) #
Added #
- Implemented AWS Signature Version 4 (SigV4) client for secure AWS API requests.
- Support for generating authorization headers for AWS service requests.
- Ability to specify AWS credentials, service name, region, and session token.
- Automatic handling of content types and accept types in HTTP requests.
Changed #
- Improved code readability and organization.
- Enhanced error handling and debugging information.
Fixed #
- Addressed potential bugs and issues in the codebase.