tustvold commented on code in PR #5268:
URL: https://github.com/apache/arrow-rs/pull/5268#discussion_r1442612799
##########
object_store/src/aws/mod.rs:
##########
@@ -255,6 +255,16 @@ impl ObjectStore for AmazonS3 {
prefix: Option<&Path>,
offset: &Path,
) -> BoxStream<'_, Result<ObjectMeta>> {
+ if self.client.config.session_provider.is_some() {
Review Comment:
I'll add a private member function to make this more clear
--
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]