tcash21 commented on issue #36007: URL: https://github.com/apache/arrow/issues/36007#issuecomment-1855272885
Adding `?region` did not help as I'm still experiencing timeouts. I'm trying to read a large directory of parquet files but only bring back the one file that matches a particular ID and I'm using arrow to do so. My S3 URI looks like this `s3://archetypetx-bucket1/workflow_data/outputs/pubchem/latest/mcrpc/results_summary?region=us-east-1`, but I can see in the shinyapps.io logs that it's not retaining the region parameter. I've also set `AWS_DEFAULT_REGION` in my `.Renviron` file. Thank you for any help. ``` Error in compute.arrow_dplyr_query: IOError: Could not open Parquet input source 'archetypetx-bucket1/workflow_data/outputs/pubchem/latest/mcrpc/results_summary/partition=10/c81b17e8f4e94be19905c47ffee281ca-0.parquet': AWS Error NETWORK_CONNECTION during GetObject operation: curlCode: 28, Timeout was reached ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
