Loading data from s3 WITHOUT using a presigned URL

We have Neo4j Enterprise running in AWS EC2. What is the recommended approach for allowing a Neo4j user role access to bulk load (csv) data from an s3 bucket without generating a presigned URL? Can a Neo4j user role essentially be mapped to an AWS IAM Role that is included on the bucket policy that will allow this access?

Hi Tom,

You can use s3:// urls to load files from S3 with APOC, provided you add the necessary s3 client jars in the plugins directory.
Have a look at Loading Data from Web-APIs - APOC Extended Documentation
Authentication works via an IAM user accessKey+secret that you pass in the apoc call.