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://[EMAIL PROTECTED]/[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://[EMAIL PROTECTED]/[bucket]/[file]")
>
> --
> Matt Woodward
> [EMAIL PROTECTED]://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 !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to