We have a platform, named Asteria. User can upload the tar.gz image file in browser, asteria will store the image file to minio, and using ctr cli to import the image. At the first sight, I coded it step by step as following:
// put the object to minio through…