Obviously, yes, it is possible. The Amazon S3 service has a REST API: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/index.html?RESTAPI.html
You can generate POST requests using the RequestBuilder class. On Jul 13, 7:58 am, Maksim Ustinov <[email protected]> wrote: > I'm building application with GWT 1.6. I'm hosting it on GAE/J. For > this application I need to save large files, larger than 50mb. Due to > lack of support for large files on GAE I have to store those files on > S3. > There is one project in Google Code called gwt-s3 [http:// > code.google.com/p/gwt-s3/] that allows you to store files to S3, BUT > it stores those files ONLY if your app on S3. > I wonder if there is another way of storing files to S3 from GWT. > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
