PR https://github.com/minio/minio-go/pull/1668 introduced an option to disable sha256, which by default was disabled. This meant all content was always hashed and this broke in bifrost because the key signing fails in streaming mode. So for cloud installations, we disable sha256. https://mattermost.atlassian.net/browse/MM-46475 ```release-note NONE ```