I use GAE as a framework and post data objects to S3 for now.  You can
use S3's browser post method to pust huge objects to private URL's to
be accessed via html.

Later when GAE goes unlimited for data, you can post your BLOBs there.

On Sep 18, 10:47 pm, Dado <[EMAIL PROTECTED]> wrote:
> The docs point to the following (current) limitations:
>
> Storage per App: 500MB
> Files per App: 1,000
> Size per File: 1MB
>
> I would like to launch a personal storage application, where file
> content is stored inside a BlobProperty.
>
> Beside the current limitations (which I hope will be lifted in the
> very near future) on storage per app (500Mb) and in/out bandwidth...
> can my app receive a 10Mb file and store it in a BlobProperty? If
> there size limits on uploaded files and/or BlobProperties, will they
> ever be lifted once we can pay for additional resources?
>
> My question to the GAE team in brief is... will writing a storage
> application ever be possible with GAE? Or should I just head off to
> AWS and use S3?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to