Hi, Calling fileCopy method with S3 timedLink is causing below error: ***Copying file caused an error (Could not determine the type of file***. I was copying .tif extension file from S3 bucket. Is there a way to feed the file type info into fileCopy method?
Br, alim. On Dec 9, 1:27 am, asantiago <[email protected]> wrote: > Thanks a lot for your clarification. > > On Dec 6, 7:35 pm, Matthew Woodward <[email protected]> wrote: > > > Matthew Woodward wrote: > > > > For example let's say you wanted to write a file from your hard drive > > > to S3: > > > Just realized you probably want to be able to read from S3 as well. :-) > > FileCopy, FileRead, and FileReadBinary also work with S3. > > > To copy a file from S3 to your hard drive: > > FileCopy("s3://[accessk...@[secretkey]/[bucket]/[file]", > > "/path/to/write/file/to.ext"); > > > To read a file from S3 into a variable (you can use FileReadBinary here > > as well): > > variableName = FileRead("s3://[accessk...@[secretkey]/[bucket]/[file]") > > > -- > > Matt Woodward > > [email protected]http://www.mattwoodward.com/blog > > > Please do not send me proprietary file formats such as Word, PowerPoint, > > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html > > > smime.p7s > > 4KViewDownload --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
