AWS S3 local server for integration testing

后端 未结 7 560
天命终不由人
天命终不由人 2020-12-30 23:29

I have some code that uploads and downloads files using AWS S3 (using the Java AWS SDK). I want to be able to write some tests for it, I was wondering if anyone has any good

相关标签:
7条回答
  • 2020-12-31 00:03

    findify/s3mock - an in-process, Java S3 server aimed at testing. Didn't test it - just stumbled upon it. Needs no docker, which might be an advantage. HTH! :)

    0 讨论(0)
提交回复
热议问题