pipeline-backend
pipeline-backend copied to clipboard
refactor(minio): adopt x/minio pacakge
Because
- all backends should share the
x/miniopackage for accessing MinIO for blob operations.
This commit
- refactors the codebase to adopt the
x/miniopackage.