name: "MinIO Cache" description: "Save and restore caches, inkl. restore-keys Support." author: "0xMax42" branding: icon: "archive" color: "blue" inputs: keys: description: "List of cache keys, first is primary key, others are fallbacks" required: true paths: description: "List of paths to cache" required: true runs: using: "node20" main: "dist/index.js" post: "dist/index.js"