if anyone else gets stuck with this i added the additional code to the functions.php file.
// DO Spaces - define paths in DB
update_option('upload_url_path', UPLOAD_URL_PATH);
update_option('upload_path', UPLOAD_PATH);
A properly supported solution would be great!