<@U06RKAMK0UC> I'm using FlyteFile in type annotat...
# ask-ai
l
@ancient-wolf-19325 I'm using FlyteFile in type annotation for a pipeline, but it doesn't seem to download my s3 file FlyteDataNotFoundException: USERValueError error=Value error! Received:... {s3 url}. File not found
j
Sure thing! I'm looking through the available data to answer your question. Hold on a second...
l
@ancient-wolf-19325 I think the sandbox is trying to use minio but i want to use s3
j
To use AWS S3 instead of MinIO in Flyte's sandbox environment, you need to configure the storage settings to point to S3. According to this discussion, you can modify the Flytepropeller configmap to use S3 by setting the appropriate AWS credentials and removing the MinIO endpoint configuration. Ensure that your AWS credentials are set as environment variables in the Flyte task's container. Would you like more details on how to modify these configurations? Sources: - Hey all I am trying to access aws services from tasks runnin 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.
l
@ancient-wolf-19325 where do i change the propeller setting in the sandbox?