tustvold commented on code in PR #5028:
URL: https://github.com/apache/arrow-rs/pull/5028#discussion_r1407625664


##########
object_store/src/aws/mod.rs:
##########
@@ -336,12 +336,10 @@ mod tests {
 
         let integration = config.build().unwrap();
         let config = integration.client.config();
-        let is_local = config.endpoint.starts_with("http://";);
         let test_not_exists = config.copy_if_not_exists.is_some();
         let test_conditional_put = config.conditional_put.is_some();
 
-        // Localstack doesn't support listing with spaces 
https://github.com/localstack/localstack/issues/6328

Review Comment:
   :tada: 



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