asantiago wrote:
Hi all,I'm very interested in the new Amazon S3 features commented in the release notes of ODB 1.0. Where I can found more information about how to use it?
This hasn't been documented in the wiki yet but will be very soon. I'll try to come up with some examples this weekend.
The basics are that you'll use the FileXXX() functions (where XXX is an operation) and pass your secret key and bucket as part of the function call.
For example let's say you wanted to write a file from your hard drive to S3:
myFile = FileReadBinary("/path/to/file.ext");
FileWrite("s3://[EMAIL PROTECTED]/s3_bucket_name/filename.ext",
myFile);
Hopefully that will at least get you going. We'll document this fully very soon.
-- 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
Description: S/MIME Cryptographic Signature
