Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-04-2018 05:35 AM
09-04-2018 06:56 AM
I'm not an expert of S3, but you can mount locally the S3 bucket.
Or if you have an HTTP or FTP server, you can add the login/password in the url of the CSV file.
09-04-2018 08:00 AM
You can also generate temporary accessible s3 buckets or restrict them to source-ip's or such.
We don't support aws credentials in LOAD CSV. It could be something that could be added to APOC though.
09-04-2018 03:09 PM
Without using S3 credentials, you can generate time-limited signed URLs using Amazon S3.
So while you can't use S3 creds as part of LOAD CSV
in cypher, you can make the protected item public by creating a signed URL, and then load that.
Hope this helps.
All the sessions of the conference are now available online