chalk icon indicating copy to clipboard operation
chalk copied to clipboard

improve error messages for s3 sink errors

Open miki725 opened this issue 1 year ago • 0 comments

currently when s3 sink fails the only error message you get is 403: Permission Denied without too much information why it was denied. we should add a couple of common reasons why that might of happened as otherwise debugging IAM stuff is not fun:

  • creds dont have access to the bucket in the uri
  • if its MFA session, session token must be provided
  • how to test local creds with vanilla aws cli

miki725 avatar Jan 24 '24 23:01 miki725