You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/02/27 23:43:01 UTC

[GitHub] [arrow] westonpace commented on issue #34363: [Python] Writing to cloudflare r2 fails for mutlipart upload

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

   `pyarrow.fs.S3FileSystem` will always use multi-part upload.  However, it seems that multi-part upload is timing out?  It seems odd that `CreateMultipartUpload` would fail.  This request should be trivial as it is simply setting up the upload and doesn't involve any transmission of data.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org