Hi, I have deployed Flyte on EKS and I am experimenting with the fast register approach as I am only iterating my source code. I saw that I should configure flytectl with S3 configuration. It works with “non-fast” registration but I am getting this error with fast registration. I have serialized using the fast approach initially. Any ideas what might cause this error?
Copy code
(.venv) ☁ ~ ⚡ make register PROJECT=determined DOMAIN=development
flytectl register files \
--project determined \
--domain development \
--archive flyte-package.tgz \
--version v1-fast1
Error: please check your Storage Config. It failed while uploading the source code. Failed to write data [69b] to path [fast/v1-fast1-fast9bb248f6c3ae89386ec7105633eaaee8.tar.gz].: PutObject, putting object: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
gmake: *** [Makefile:22: register] Error 1