tustvold commented on PR #2782:
URL: https://github.com/apache/arrow-rs/pull/2782#issuecomment-1260648343
This could be my mistake, but running the integration tests with this change
I get an error
```
called `Result::unwrap()` on an `Err` value: Generic { store: "S3", source:
ListRequest { source: Error { retries: 0, message: "<?xml version=\"1.0\"
encoding=\"UTF-8\"?>\n<Error><Code>NoSuchKey</Code><Message>The specified key
does not
exist.</Message><Key>raphael-test-bucket-e27e29e3</Key><RequestId>579ZMFJ7XFMM0CYV</RequestId><HostId>gdpmDPN2NW2o7FBJ6VG8xM4PTSd5xtuVWXlE8WT8LdznRBUAgTB3zlE7KM66YsU3r2ge2jRHCto=</HostId></Error>",
source: reqwest::Error { kind: Status(404), url: Url { scheme: "https",
cannot_be_a_base: false, username: "", password: None, host:
Some(Domain("raphael-test-bucket-e27e29e3.s3.eu-west-2.amazonaws.com")), port:
None, path: "/raphael-test-bucket-e27e29e3", query: Some("list-type=2"),
fragment: None } } } } }
```
The bucket called raphael-test-bucket-e27e29e3 does exist in eu-west-2 so
I'm not sure what is going on here?
--
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]