You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, S3 is currently hard-wired to the minio client throughout the service, so the store can't be swapped (S3/RustFS) and tests must mock client internals.
Issue
Right now, S3 is currently hard-wired to the
minioclient throughout the service, so the store can't be swapped (S3/RustFS) and tests must mock client internals.