LOAD CSV [Presigned URL from S3] - AURA DB

Hello! I'm trying to insert data with LOAD CSV in AuraDB. But it's not a public data. To solve this, I'm generating presigned URL from csv file in S3 bucket and using to insert.

Unfortunately it's not working:

Neo.ClientError.Statement.ExternalResourceFailed
Cannot load from URL... : Couldn't load the external resource at: ...

can someone help me?