While present, the S3 compatibility tests were broken (at the very
least when running on Linux) due to a few issues:
- `ubuntu:latest` moving ahead of Python 3.6
- Docker networking not working as expected (host.docker.internal)
This commit fixes the s3 compatibility tests, ensuring they run
properly on linux, and updates the repository to contain some results.
Signed-off-by: vados <vados@vadosware.io>
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>