westonpace commented on issue #36223:
URL: https://github.com/apache/arrow/issues/36223#issuecomment-1613982437

   Can you add these lines to the top of your script?  It will enable trace 
logging with S3:
   
   ```
   import pyarrow._s3fs
   pyarrow._s3fs.initialize_s3(pyarrow._s3fs.S3LogLevel.Trace)
   ```
   
   Note: this must be done before any other imports (specifically before 
`import pyarrow.fs`).  You'll know if it succeeds (the log is very noisy).


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