using Amazon S3

Hi ,

Am using amzon S3 for Upload the Updates...but i dont know what i have to give for Download sites ...Please advice me...Thanks.

Amazon S3 uses http urls for the download locations. I believe they're shown directly in the interface. You could google around for demonstrations.

Hi,

Here is an example of what you would put for Amazon S3 url

http://s3.amazonaws.com/greedyG/updates/%file%

It means the wyupdate patches are in S3 bucket 'greedyG' subfolder 'updates' so you change those names to your bucket names. GreedyG is the folder for my backgammon game "GreedyGammon" written in VB6

I use Cyberduck ftp program which has a setup that allows to upload directly to Amazon S3

Also you could set the S3 bucket policy to public by default so you don't have to keep logging in and changing thatGoogle "make Amazon S3 bucket public policy" to find an example. Once you did all that updates are a breeze.

maareyes