Sanjay Sharma

Results 5 issues of Sanjay Sharma

Download from S3 using `transferManager.downloadDirectory()` is slower than `s3Client.getObject()` ## Describe the bug I am trying to download a folder from S3 bucket and it has > 200 files. When...

bug

Why does it need to have permission for "db:*" (in the error logs)? I am expecting it to have a proper cluster id in ARN for permission request. I get...

I want to collect all the properties used for filtering the data and do some validation on them. For example: ```java String query = "MATCH (start {name: 'v1'}) RETURN count(*)...

In the path responses below, there is a cycle starting from node(10), which is the root of the path while preparing the tree. This [line](https://github.com/neo4j-contrib/neo4j-apoc-procedures/blob/82217ad5c89bafc2f5e61df897d317b29ee0dfa6/core/src/main/java/apoc/convert/Json.java#L219C24-L219C51) blindly replaces the map, leading...

I have some URLs inside a `webview` in a `listview` and when users click on any URL, I want it to be opened inside a browser rather opening inside the...