sparse-carpenter-66912
04/23/2025, 2:37 PMpyflyte register
I added --raw-data-prefix <s3://my-bucket/flyte/>
which also showed up in the UI, but when a task is supposed to write to it I get Error Message: The specified bucket does not exist.
jolly-florist-66728
04/23/2025, 2:37 PMs3:PutObject
, s3:GetObject
, and s3:ListBucket
. You can refer to the Flyte documentation for more details on setting up IAM roles and permissions.
3. Configuration: Check your Flyte configuration to ensure that the S3 endpoint and authentication details are correctly set. This includes the endpoint
, accessKey
, and secretKey
if you are using access keys for authentication. You can find more information on configuring storage in Flyte in the Flyte documentation.
Would you like more detail on setting up and verifying your S3 bucket configuration in Flyte?
Sources:
- Flyte documentation
- Flyte documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.sparse-carpenter-66912
04/23/2025, 2:41 PM