Testing Amazon Web Service S3
I was able to run a test against Amazon's S3 Web Service using their example code. I am totally digging this! The possibilities are endless.
So here is the basic run down as far as I can tell,
- Register with Amazon and get your key(s).
- Download test code, I used the Curl example code.
- Create a bucket my first one was faulkingham so my bucket url is http://s3.amazonaws.com/faulkingham/.
- Create an object, and assign permissions if you want it public.
- My first object(file) was index.html my second was the aws.gif the object is different from the key but they don't have to be. Your object could be index.html and your key could be index. So your url would be /bucket/index instead of /bucket/index.html
Cool
-Colin Faulkingham