Hello, I encountered the following problem: I cr...
# flyte-support
f
Hello, I encountered the following problem: I created a python class that reads my AWS credential and save some objects in my s3 bucket. While running flyte locally, the python class works just fine. But when I run this remotely, the task is marked as a success on the UI but it does not save the objects in my s3 bucket. Do I need to configure something? Thank you for helping out.
1
t
Are you supplying AWS creds via secrets? If so, are you sure Flyte's able to access those secrets?
f
Well rather than via secrets I supplied the AWS creds through .env file. Do you reckon that's why?
actually yeah. Since it's a hidden file, Docker does not copy them. Ok problem solved. Thanks @tall-lock-23197!
👍 1
152 Views