Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-26-2021 08:52 AM
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 :
CALL apoc.export.csv.query(
"MATCH (a:Person) RETURN a.name",
"s3://s3.eu-west-1.amazonaws.com/<BUCKET_NAME>/graph-export/all_nodes.csv?accessKey=<MY_ACCESS_KEY>&secretKey=<MY_SECRET_KEY>",
{}
)
All the URL formats fail with following error:
Failed to invoke procedure `apoc.export.csv.query`: Caused by: java.io.FileNotFoundException: (No such file or directory)
Neo4j Version: Neo4j Community Server 4.2.1
01-26-2021 09:16 AM
Does the IAM user have write and read permission on the bucket ?
01-26-2021 09:18 AM
Yes, I'm able to write to the bucket using awscli.
I was more concerned about the S3 URL formation. Since that is one of the differences between the query and the awscli.
04-28-2021 03:50 AM
Hi, I have the same problem. Were you able to solve? If so, in what way?
All the sessions of the conference are now available online