boshek commented on issue #15056:
URL: https://github.com/apache/arrow/issues/15056#issuecomment-1362185284

   :wave: thanks for reporting! 
   
   I have unsuccessfully tried to reproduce the issue reported in the stack 
overflow 
[question](https://stackoverflow.com/questions/73654587/how-can-i-use-r-arrow-and-aws-s3-in-a-shiny-app-deployed-on-ec2-with-shinyproxy)
 on RStudio Connect. 
   
   Is it possible to trim your example down into a more minimal working 
example? I think there might be a few typos in there as well as additional 
libraries maybe not needed? I am not sure that this is an arrow issue yet but 
lets try to narrow that down. I am also wondering if you've tried this with a 
public facing data like this - can you reproduce with the taxi data?
   
   ```r
   library(arrow)
   bucket <- s3_bucket("voltrondata-labs-datasets/nyc-taxi/year=2019/month=6")
   open_dataset(bucket)
   ```


-- 
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]

Reply via email to