From 98b6ad41c6a7ec5aaa0e2114222293cfe2befbdf Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Fri, 16 Oct 2015 10:55:16 -0400 Subject: [PATCH] Updated link to AWS S3 API Docs --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 06c4da5..98cc13a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,7 +1,7 @@ = AWS::S3 AWS::S3 is a Ruby library for Amazon's Simple Storage Service's REST API (http://aws.amazon.com/s3). -Full documentation of the currently supported API can be found at http://docs.amazonwebservices.com/AmazonS3/2006-03-01. +Full documentation of the currently supported API can be found at http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html == Getting started @@ -542,4 +542,4 @@ get to the last request's response via Service.response. This is also useful when an error exception is raised in the console which you weren't expecting. You can root around in the response to get more details of what might have gone wrong. - \ No newline at end of file +