calpaterson / quarchive

Traditional "Web 2.0" social bookmarking, with small improvements
https://quarchive.com/
GNU Affero General Public License v3.0
99 stars 6 forks source link

Remove moto #56

Open calpaterson opened 3 years ago

calpaterson commented 3 years ago

Brief overview

Try replacing moto with a local instance of minio to see if that:

  1. exposes bugs by being a better implementation of the s3 API
  2. is quicker
  3. resolves the tricky bugs that arise due to how moto clobbers responses' request_mock

Additional details