hanazuki / s3tftpd

TFTP server with Amazon S3 as backing storage
MIT License
22 stars 3 forks source link

Automate integration test with MinIO #15

Open hanazuki opened 1 year ago

hanazuki commented 1 year ago

s3tftpd has the ability to read/write objects from S3-compatible object storage. When I implemented this feature, I tested it with locally running MinIO. The testing environment was lost and we need another one using Docker or something like it.