Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ignore packages generate using `npm pack`
*.tgz

#Ignore the test coverage directory (automatically generated during testing)
# Ignore the test coverage directory (automatically generated during testing)
coverage

# Ignore the build directory (automatically generated during build)
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# dmptool-aws CHANGELOG

## v2.1.2
- Added `getPresignedURLForImageUpload` function to `s3.ts` for generating presigned POST URLs for image uploads
- Installed `@aws-sdk/s3-presigned-post@3.1039.0` dependency
- Updated `aws-sdk` dependencies and removed unneeded overrides

## v2.1.1
- Bump version to 2.1.1 to bring us back in line with rogue v2.1.0 which was deployed to test changes to MySQL RDS

Expand Down
Loading