Is anyone able to download data from S3 with a con...
# flyte-support
s
Is anyone able to download data from S3 with a container specified with
ImageSpec
in a
--remote
execution? Seems like a standard thing, but I can't get it to work. I described it here in more detail
g
I think the keys in storage option are wrong
Copy code
aws_access_key_id -> key
aws_secret_access_key -> secret
https://github.com/fsspec/s3fs/blob/50bafe4d8766c3b2a4e1fc09669cf02fb2d71454/s3fs/core.py#L201-L202
s
Nope, I get the same error. Thanks for the idea though.
a
@sparse-carpenter-66912 I left a comment in the issue. When running in remote and using ImageSpec, I see the Pod has the correct envVars
Copy code
FLYTE_INTERNAL_VERSION:             fPEo5FgIFoOCTdjw9Hmqew
      AWS_ACCESS_KEY_ID:                  abcde
      AWS_SECRET_ACCESS_KEY:              12345
      FLYTE_PLATFORM_URL:                 flyte-...
s
Thanks for the comment. Definitely weird, right?