Hi,
I have my file loaded in S3 bucket.
The data file which will be placed on s3 bucket is not accessile from Neo4j using the protocol or syntac. But I am able to get preassigned url which will be live for 12hours, and thats not the case in my requirement. I want it live!
I want to use this file url in APOC query for apoc.load.csv
Question: How to access file in the S3 bucket to load data in neo4j using apoc.
Thanks.