~netlandish/links#98: 
Dep: minio v7.0.87 causes issues with mattermost-server

In gobwebs, upgrading minio module to v7.0.87 (current latest) causes the build in links to fail:

# github.com/mattermost/mattermost-server/v6/shared/filestore
../../src/go/pkg/mod/github.com/mattermost/mattermost-server/v6@v6.6.0/shared/filestore/s3store.go:109:27: cannot use customProvider{…} (value of type customProvider) as credentials.Provider value in argument to
credentials.New: customProvider does not implement credentials.Provider (missing method RetrieveWithCredContext)
make: *** [Makefile:16: links] Error 1

I don't see why as I can't see where minio client is updating anything with the mattermost-code which depends on the aws sdk.

Either way I think mattermost needs to be updated to v10. See #99 for reference.

Status
REPORTED
Submitter
~petersanchez
Assigned to
No-one
Submitted
a month ago
Updated
a month ago
Labels
bug