Skip to content

Deprecate direct usage of Minio

Jose V. Trigueros requested to merge s3-datastore-updates into master

Minio was only used during development but ever since they deprecated their gateway, we couldn't update the version. Recently, we started having issues with uploads so decided to use an S3 library and use B2's S3 compatible endpoint, which is working great! The only other use case for us is dev and Minio has an S3 compatible endpoint, so we have no use for the Minio SDK or the minio container.

Merge request reports