- Fixed a bug where the response input stream from S3 may not be fully exhausted when storing a file.
- Upgraded from go 1.12 to 1.16, which is now required
- Changed build base image from FROM
golang:1.12.5-alpine3.9
togolang:1.16.15-alpine3.15
- Added the
del
param when downloading the file from a node. - The Blobstore will now look for auth tokens in cookies specified in the deployment configuration.
- The filename and format strings are now much more restrictive in regard to allowed contents.
See the API documenation for details.
- Any extant data is not affected and will be returned when requested as normal.
- Added GHA workflows and removed Travis CI
- MongoController is now compatible with Mongo versions 2 through 7
- Updated test config file to specify the auth2 shadow jar path vs. the jars repo path
- Support for disabling SSL verification of remote S3 certificates (default false) with the s3-disable-ssl-verify option in the configuration file.
- Added seek & length parameters to file download requests
- Initial release