refactor(server): replacement storage - minio abandoned #108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Seems like MinIO is no longer supported and will not be receiving any new features and maybe no bug fixes.
This pairs well with #84 to support more storage backends.
Good news is, the minio client is still just as functional as it was before the server was closed, and there's no reason to think that will change (yet). So generic s3 support can continue being supported in the client as-is.
That said, the Backends concept and FsBackend support were added in 0.4.0.