Job download results directly in s3 bucket

Hi !

I’d like to download .tiff files from a job directly in a s3 bucket without downloading them locally first. Is it possible ?

I’ve tried to put the boto3 upload_file in the download_files first argument but it failed.

results.download_files(s3.upload_file(‘openEO_2024-01-08Z.tif’,bucket,sub_test+‘openEO_2024-01-08Z.tif’),name=‘openEO_2024-01-08Z.tif’)

It is possible to do ?

Hi,
currently it is not yet possible, but the feature is being developed as it is a more common request.
I do expect it to take around 6 more months to become generally available.

Thank you, i will use an alternative in the meantime.
Have a nice day.