Jonathan Word
Jonathan Word
Looks like `error_type` is no longer documented on http://docs.algorithmia.com/#input-output , the original purpose of using an enum like `AlgorithmError` (like in the python example) was to enable clients to implement...
my mistake - I forgot we only had `error_type` in the internal messages
Might just use 'sync' instead of upload / download On Aug 28, 2015 7:56 PM, "Anthony Nowell" [email protected] wrote: > Would like to download an entire data directory via: >...
'cp' ~= 'sync' , either term is good I don't like going down the route of solving the ambiguity problem here ... just have one side or both have the...
Note: scp is fully deterministic and does not rely on local state instead choosing to use remote decorators
That is a feature :)
The issue was it would require a second backend api call to s3 (/ data store) for each delete if we wanted to pass back an indicator of if the...
You could also extend `HEAD` with an additional response header specifying the ACL on the file path (irrespective of if the file exists) that way you can validate both path...
Both 1 and 3 :+1: (and a `file.getAcl()` / `file.isReadable()`) and for the connector hidden ACL issue you 'could' enable users to add that info to Algorithmia's DB as informational...