Consider a proprietary software service consisting of micro-services that use Amazon S3 for storage. For integration testing I would like to put together a docker-compose file that consists of individual Docker containers for our micro-services and a container for minio, an AGPL S3-compatible implementation.
This would be just for local testing, our deployed services use the real AWS S3 services.
So, would the AGPL license for minio trigger the copyleft requirements in this scenario?