add MinIO tests (#381)

Extends workflow to test snapshots with minio.
This commit is contained in:
Paul Fitzpatrick
2022-12-22 12:58:39 -05:00
committed by GitHub
parent 506f61838a
commit 103ebbb045
5 changed files with 1048 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ export const create = makeSimpleCreator({
sessionSecret: 'Phoo2ag1jaiz6Moo2Iese2xoaphahbai3oNg7diemohlah0ohtae9iengafieS2Hae7quungoCi9iaPh',
storage: [
{
name: 'minio',
check: () => checkMinIOExternalStorage() !== undefined,
create: configureMinIOExternalStorage,
},