This topic is locked

Rename files Amazon S3

10/14/2024 11:48:27 AM
PHPRunner General questions
L
Leonardo author

Hello,

I am currently uploading files to Amazon S3 and I need to physically rename the files. Does anyone have any idea how to do this?

Thanks for your help!

Admin 10/15/2024

This is not going to be easy. In an event like AfterRecordAdded you would need to call Amazon S3's REST API and rename that file.