Seems like a permission issue. Check that you are using correct credentials. I would start with making sure that aws s3 CLI works with the same creds and params.
Hi @kupruser , I think I’m doing mix of s3 / minio wrong manipulation.
s3remote was OK.
when I switch to minio I’ve tried several syntax but not clear if minio will use s3 credentials or not.
see for example python - Installation DVC on MinIO storage - Stack Overflow
I’ve commented my .aws/credential file
Rgds
Bruno
So sounds like there is something wrong with the config. Try to make aws s3 cli work with minio and then once you get it working - dvc should also start working with the same confiruguration. It is just hard to put my finger on something specific right now.