Parse Server S3 Adapter Versions Save

AWS S3 file storage adapter for Parse Server

2.2.0

1 year ago

2.2.0 (2023-05-15)

Features

  • Upgrade aws-sdk from 2.1362.0 to 2.1363.0 (#192) (3c3a953)

2.1.0

1 year ago

2.1.0 (2023-05-12)

Features

  • Add option to generate pre-signed URL with expiration time (#180) (d92363d)

2.0.2

1 year ago

2.0.2 (2023-04-21)

Bug Fixes

  • Remove development dependencies from production (#190) (73b17e4)

2.0.1

1 year ago

2.0.1 (2023-04-21)

Bug Fixes

2.0.0

1 year ago

2.0.0 (2023-04-21)

Features

  • Add support for Node 16, 18, remove support for Node 12, 15 (#189) (993534c)

BREAKING CHANGES

  • Removes support for Node 12 and 15 which have reached their End-of-Life date and are not officially maintained anymore. (993534c)

1.6.3

1 year ago

1.6.3 (2023-04-21)

Bug Fixes

  • upgrade aws-sdk from 2.906.0 to 2.907.0 (#166) (e224f0a)

1.6.2

2 years ago

Full Changelog

Other Changes

  • Upgrade to AWS SDK 2.905.0 (Antonio Davi Macedo Coelho de Castro) #163

1.6.1

3 years ago

Other Changes

Upgraded to AWS SDK 2.879.0 (Manuel Trezza) #132

1.6.0

3 years ago
  • NEW: Support passing baseUrl param as a function #106. Thanks to uzaysan

1.5.0

3 years ago
  • NEW: Add file ACL override parameter #90. Thanks to Manuel
  • NEW: Added support for metadata and tagging files #83. Thanks to stevestencil