AWS S3 local server for integration testing

后端 未结 7 561
天命终不由人
天命终不由人 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条回答
  •  -上瘾入骨i
    2020-12-30 23:38

    Minio offers (in my opinion) the best set of features, flexibility and ease of use. It is available as a docker container or binary for major OSes.

    To start with minio, it is as easy as:

    • Download
    • Start the binary minio server /data
    • Use it

    It works flawlessly with s3cmd and it has nice documentation for popular programming languages.

提交回复
热议问题