Hi,
I've been trying to Export to S3 with the multiple options presented in APOC Export CSV docs like:
s3://endpoint:port/bucket/key?accessKey=accessKey&secretKey=secretKey
Example:
WITH "
MATCH (p:Person)
WHERE p.path IS NOT NULL
RETURN ...
Hi, a couple of additional plugins that we needed for Exporting to S3 and that unfortunately do not described in Neo4j Docs.
eb-api-2.0.90eb-extensions-2.0.90.jar
After installing this plugins everything started working for me.