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
{{ message }}
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
setFileInput() was implemented in #170. However, the setFileInput() does not currently work over the Proxy as expected because files are not transmitted from the local Chromeless instance to the Proxy (something which may be difficult given the AWS IoT 128KB message size limit.)
This issue tracks progress on supporting the Proxy.
Acceptance Criteria
Add support to setFileInput() for S3 paths (which means fetching the S3 file, then passing the local disk path from the resulting object to setFileInput()
Add support to setFileInput() for URLs
if a local file path is provided to setFileInput() we will try to upload it to S3, then pass the S3 path to the Proxy.
setFileInput()
was implemented in #170. However, thesetFileInput()
does not currently work over the Proxy as expected because files are not transmitted from the local Chromeless instance to the Proxy (something which may be difficult given the AWS IoT 128KB message size limit.)This issue tracks progress on supporting the Proxy.
Acceptance Criteria
setFileInput()
for S3 paths (which means fetching the S3 file, then passing the local disk path from the resulting object tosetFileInput()
setFileInput()
for URLssetFileInput()
we will try to upload it to S3, then pass the S3 path to the Proxy.The text was updated successfully, but these errors were encountered: