OptionalendServer hostname or IP, e.g. 'localhost' or 's3.example.com'.
OptionalportTCP port the MinIO/S3 server listens on, e.g. 9000.
OptionaluseWhether to use TLS (https).
OptionalaccessAccess key (username) for the server.
OptionalsecretSecret key (password) for the server.
OptionalclientA pre-built Minio.Client (or compatible object). When provided,
connect() uses it directly and does NOT require the driver — this is how
tests inject a mock client, and how callers can supply a custom-configured
client. When omitted, connect() builds a real Minio.Client from the
options above.
Connection options for
MinioStore, mirroringMinio.Clientconstruction.