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",
...
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.