AWS S3 local server for integration testing

后端 未结 7 590
天命终不由人
天命终不由人 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! :)

提交回复
热议问题