Error 301 Using AWS

Hi,

I am working with a trial version of WyBuild (shortly to move to a paid version) and am using AWS for my storage. I created a new project and pointed it to a bucket that I created. I added the upload site with no issues and I see where the two initial files were uploaded to the bucket. But when I test the update by running the wyUpdate.exe I get an error.

Error trying to save file: Error downloading "https://s3.amazonaws.com/mybucket/wyserver.wys": The remote server returned an error: (301) Moved Permanently Redirect.

The download site that I'm using is:

https://s3.amazonaws.com/mybucket/%file%

I am assuming this is the part that is not correct. Is there a different URL that I should be using for the download site?

Thanks!

Okay - I figured it out and will reply here for any other newbies working with S3. The URL that I had for downloads was incorrect. It should have been:

https://mybucket.s3.amazonaws.com/%file%

Once I made that change everything worked as expected.