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 ?