Thank you!
Courtney
Thank you!
Courtney
I don't think it's possible to upload a file to S3 without saving it once into the local disk. If your goal is to automate the conjunction of translation and uploading, another workspace containing a WorkspaceRunner could be a workaround.
The WorkspaceRunner runs the existing workspace, which reads the source rasters, transforms them, and writes the resulting image into a local folder. Set "Yes" to the "Wait for Job to Complete" parameter of the WorkspaceRunner.
You can then use an S3Uploader connected to the Succeeded port of the WorkspaceRunner, to upload the resulting image after completing the translation.
Takashi
This is informative.
Just wanted to check if it is still the case of writing the output to the local disk and upload to s3 or there's been an upgrade ?
Thanks.
This is informative.
Just wanted to check if it is still the case of writing the output to the local disk and upload to s3 or there's been an upgrade ?
Thanks.