Kazu's Log

May 24, 2016

Redirecting readers

Probably I should provide something like http://blog.8-p.info/recent.atom though.

% aws s3api put-object --acl public-read --website-redirect-location http://2016.8-p.info/index.xml --bucket 2015.8-p.info --key atom.xml
{
    "ETag": "\"...\""
}
% curl -s -D - http://2015.8-p.info/atom.xml
HTTP/1.1 301 Moved Permanently
x-amz-id-2: 8jNxjg1xmjDvnStG0i6Z8NXLuaVkdhYuhBFTVT7KzdXJgoY1aFzD+tRpF5cVY7yQdMrXXO8qAM0=
x-amz-request-id: CC8392438A86DE49
Date: Wed, 25 May 2016 05:04:03 GMT
Location: http://2016.8-p.info/index.xml
Content-Length: 0
Server: AmazonS3

%