All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Dependencies updated
S3.uploadStream
method now handles properly theUpload
constructor fromlib-storage
.
S3.getObjectRaw
if you want the original AWS response forgetObject
, you will receive a Readable object inBody
property.
S3.getObject
method returns a Buffer type inBody
property.
- Migrate
AWS SDK
toV3
version
Streams
uploadStream method now resolves properly
- Added
copyObject
method
Streams
GetObjectStream class now uses non-static methods
Streams
GetObjectStream classStreams
uploadStream method- GitHub Actions for build, coverage and publish
deleteObjects
method
createPresignedPost
method now passes all the params received
- Added
headObject
method - Added
createPresignedPost
method
- Added
getSignedUrl
method
- Initial version of the package