askoa commented on PR #2782: URL: https://github.com/apache/arrow-rs/pull/2782#issuecomment-1260856159
> 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? The error message says `NoSuchKey`. From the error message I see that the string `raphael-test-bucket-e27e29e3` is used both as bucket and key. Are you passing different argument for key? Does that key exist? The format is `https://bucket-name.s3.region-code.amazonaws.com/key-name`. If you are passing a different `key` argument and if that exist then let me know. There might be some problem with the code. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org