storing and receiving to AWS storage is working…
as noted elsewhere the temp files are being manipulated on the S3 storage. I’m trying to have it use the local storage as recommended but can’t get it to work correctly.
i’ve set UPLOAD_TEMP_HREF_PATH,but when I do that, the files do not get upload correctly.
is UPLOAD_TEMP_HREF_PATH have to point to a fully qual path ( /srv/www/htdocs/myapp/uploads/) ?
i’ve tried all kinds of scenarios without success
current settings
“UPLOAD_TEMP_PATH” => “”, // Upload temp path (absolute local physical path)
“UPLOAD_TEMP_HREF_PATH” => “”, // Upload temp href path (absolute URL path for download)
“UPLOAD_DEST_PATH” => “s3://MYBUCKET/uploads/”, // Upload destination path (relative to app root)
Any guidance appreciated