Skip to content

Minio mc cli differences ? #217

Answered by funkyshu
gedw99 asked this question in Q&A
Dec 8, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

As far as I know, the minio client only works GCS because of the it's S3 compatibility mode. vfs has taken the philosophy of providing an interface that can interact with any(with an appropriate adapter) filesystem in POSIX-like manner. Currently we support the following filesystems:
local
in-memory
S3
GCS
Azure Blob
SFTP
FTP/FTPS/FTPES

Our need was to be able to write code once for any underlying filesystem based largely on where our apps were deployed (we are multi-cloud).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gedw99
Comment options

Answer selected by funkyshu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants