Hi all, I have a little question related to the use of jets3t (http:// jets3t.s3.amazonaws.com/toolkit/toolkit.html) library with OBD. More or less to download a file from S3 usign jets3t you must write (in Java):
S3Object objectComplete = s3Service.getObject(bucket, objectKey); DataInputStream inputStream = new DataInputStream (objectComplete.getDataInputStream()); and then write the 'inputStream' to some file. Initially I created in CFML the above Java objects using 'CreateObject' but the call to 'objectComplete.getDataInputStream()' always returns me a NULL reference. Is that right? or there is any OBD limitation with Java? As workaround I have created a little Java class to download/upload files from/to S3 using jets3t, then I create an instance from CFML and invoke it methods. Thanks in advice for any clarification. --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
