tustvold commented on code in PR #4220: URL: https://github.com/apache/arrow-rs/pull/4220#discussion_r1194264181
########## object_store/src/aws/client.rs: ########## @@ -302,89 +268,6 @@ impl S3Client { Ok(()) } - /// Make an S3 List request <https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html> - async fn list_request( Review Comment: This is just moved ########## object_store/src/aws/client.rs: ########## @@ -169,40 +169,6 @@ impl S3Client { self.config.credentials.get_credential().await } - /// Make an S3 GET request <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html> - pub async fn get_request( Review Comment: This is moved to be a trait implementation -- 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