You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some system binaries (exiftool, ffmpeg) can stream from a remote source without having to generate a local temporary file. The knowledge of which one can/should do this depends on the user to explore but to allow this to happen (e.g fromS3) we need to generate as argument (instead of %file we can use %url) a signed URL.
This can be a checkbox and allows that processing since e.g Droid will never be able to read from a remote stream
I think this can be done via SF3S or using the AWS S3 client directly, but I need to research it deeper
The text was updated successfully, but these errors were encountered:
DiegoPino
changed the title
Allow System Binary Processor to use URsL of only making local availability required
Allow System Binary Processor to use URLs instead of only making local files availability required
Mar 16, 2022
What?
Some system binaries (
exiftool
,ffmpeg
) can stream from a remote source without having to generate a local temporary file. The knowledge of which one can/should do this depends on the user to explore but to allow this to happen (e.g fromS3
) we need to generate as argument (instead of %file we can use %url) a signed URL.This can be a checkbox and allows that processing since e.g
Droid
will never be able to read from a remote streamI think this can be done via
SF3S
or using theAWS S3 client
directly, but I need to research it deeper@giancarlobi @aksm @alliomeria
The text was updated successfully, but these errors were encountered: