all you are still doing is downloading the file locally and then uploading it.
You can already just paste the s3 url into a file open dialog and windows will download the file for you On Wed, May 29, 2013 at 9:43 PM, Andrew DeMerchant < [email protected]> wrote: > ** > Interesting - could you do it without coding (ie Maestro)? > > On 13/05/28 9:24 PM, Jackie Ng wrote: > > Under the hood, we're basically using the HttpWebRequest class whose input is > now an unbounded System.IO.Stream instead of a man-in-the-middle > MemoryStream. > > Although the latter does simplify code and we still use this code path if > the file we're uploading is small enough, it is obviously an inefficient use > of memory and an OOM trigger if we're trying to upload a file that's several > GBs in size. > > So yes it's feasible. Our API just expects a System.IO.Stream. We don't care > whether it's a file, in-memory object, or a download data stream from a > remote cloud service/provider. > > - Jackie > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/MapGuide-Maestro-5-0-RC1-and-4-0-5-maintenance-release-available-tp5056482p5056592.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > _______________________________________________ > mapguide-users mailing > [email protected]http://lists.osgeo.org/mailman/listinfo/mapguide-users > > > -- > ------------------------------ > [image: GEMTEC Limited] <http://www.gemtec.ca/> > > *Andrew DeMerchant* > > tel: 506.453.1025 / toll-free: 1.877.243.6832 > fax: 506.453.9470 > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > -- Zac Spitzer Solution Architect / Director Ennoble Consultancy Australia +61 405 847 168
_______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
