Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix _handleFile and _removeFile crashes #172

Merged
merged 4 commits into from
May 31, 2022
Merged

Conversation

Reckonyd
Copy link
Contributor

@Reckonyd Reckonyd commented May 31, 2022

Fixes _handleFile function crash caused by defaultMetadata value not being correctly aligned with the current AWS SDK S3 API checks.
Fixes _removeFile function crash caused by using the now removed deleteObject function.

Closes #170 and #171

@Reckonyd Reckonyd changed the title fix: fix _handleFile crash when metadata handler is not specified Fix _handleFile and _removeFile crashes May 31, 2022
@LinusU LinusU merged commit 0a3c557 into anacronw:master May 31, 2022
@LinusU
Copy link
Collaborator

LinusU commented May 31, 2022

Thanks!

@LinusU
Copy link
Collaborator

LinusU commented May 31, 2022

Released as 🚢 3.0.1 / 2022-05-31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash in v3.0.0 if metadata handler is not specified
2 participants