paleolimbot commented on code in PR #34009:
URL: https://github.com/apache/arrow/pull/34009#discussion_r1102190923
##########
r/tests/testthat/test-s3-minio.R:
##########
@@ -61,6 +61,13 @@ fs$CreateDir(now)
# Clean up when we're all done
withr::defer(fs$DeleteDir(now))
+test_that("Confirm s3_bucket works with endpoint_override", {
+
+
+ bucket <- s3_bucket("test", endpoint_override = "https://play.min.io")
Review Comment:
Hmm...the localhost version should definitely work. I will do a local pull
tomorrow morning and see what I can come up with 🙂
--
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]