- This topic has 1 reply, 1 voice, and was last updated 2 months, 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Writing Laravel test code against S3 using Minio
I use AWS too (also from Laravel), but it never occurred to me I would do that.
I either mock the AWS libraries (or the layers accessing it I created), but why would I want increase the complexity of the test infrastructure?
For simple S3 operations, I just don’t see it.
What are the real world use-cases this would give a real added value?
(serious question)
thanks
ps: basically I trust the AWS sdk to work correctly and my goal would not be to have tests covering that library