<html>
<body>
Nicole, as you showed, I was mistaken.&nbsp; The secret key <b>can</b> be
cut and pasted. I was fooled by having to select it like a line of
graphics instead of it behaving like a line of print as the public key
does.<br>
Mike<br><br>
<br>
At Monday 15/02/2010, you wrote:<br>
<blockquote type=cite class=cite cite="">...snip ... I was able to copy
and paste my secret key today using<br>
Firefox -- so I'm not sure what you mean about not being able to<br>
copy/paste.<br><br>
Nicole<br><br>
On Sat, Feb 13, 2010 at 9:33 PM,&nbsp; &lt;mcmlists@people.net.au&gt;
wrote:<br>
&gt; Hi Nicole,<br>
&gt;<br>
&gt; Further to my last post, I should have quoted this Koha FAQ,<br>
&gt;
<a href="http://koha.org/documentation/faq/why-do-i-need-a-awsprivatekey-for-amazon-content/?searchterm=secret" eudora="autourl">
http://koha.org/documentation/faq/why-do-i-need-a-awsprivatekey-for-amazon-content/?searchterm=secret</a>
<br>
&gt; which states that the Private Access Key and Secret key are the
same.Â&nbsp; I<br>
&gt; assumed you had written the FAQ.<br>
&gt;<br>
&gt; Why do I need a AWSPrivateKey for Amazon Content?<br>
&gt;<br>
&gt; Up to Table of Contents<br>
&gt;<br>
&gt; This FAQ applies to: 3.2<br>
&gt; Why do I need the AWSPrivateKey as well as the AWSAccessKeyID to use
Amazon<br>
&gt; Content?<br>
&gt;<br>
&gt; After 2009-08-15, Amazon Web Services will expect that all requests
to the<br>
&gt; Product Advertising API, which is what Koha uses for retrieving
reviews and<br>
&gt; other enhanced content from Amazon, include signatures.Â&nbsp; This
patch and<br>
&gt; subsequenct patches implement this functionality.<br>
&gt;<br>
&gt; What this means in practice (assuming the user has elected to use
any<br>
&gt; enhanced content from Amazon) is that<br>
&gt;<br>
&gt; The user must get a Amazon Secret Access Key.Â&nbsp; This can be
done by logging<br>
&gt; in to the user's AWS account at (e.g.)
<a href="http://aws.amazon.com/" eudora="autourl">
http://aws.amazon.com/</a>, going to the<br>
&gt; 'Access Identifiers' page, and from there retrieving and/or creating
a new<br>
&gt; Secret Access Key.<br>
&gt; The contents of the Secret Access Key should then be entered into
the new<br>
&gt; AWSPrivateKey system preference.<br>
&gt;<br>
&gt; Once that is done, grabbing reviews and table of contents from
Amazon should<br>
&gt; work as normal.Â&nbsp; If the user doesn't do this before
2009-08-15, reviews and<br>
&gt; TOCs will no longer be supplied from Amazon, although there should
be no<br>
&gt; crashes - the content will simply not show up.<br>
&gt;<br>
&gt; Note that the requirement to sign requests does *NOT* appear to
apply to<br>
&gt; simply displaying book covers from Amazon.<br>
&gt;<br>
&gt; END OF QUOTE FROM FAQ.<br>
&gt;<br>
&gt; This won't be so simple to implement because the Secret key is long
and<br>
&gt; complex and can't be cut and pasted from the Amazon site into the
Koha<br>
&gt; system prefs.<br>
&gt;<br>
&gt; Presumably the patch for 3.2 uses the Secret Key to create a
digital<br>
&gt; signature, as described in the following<br>
&gt; Amazon description of access keys at<br>
&gt;
<a href="http://docs.amazonwebservices.com/AWSSecurityCredentials/1.0/AboutAWSCredentials.html#AccessKeys" eudora="autourl">
http://docs.amazonwebservices.com/AWSSecurityCredentials/1.0/AboutAWSCredentials.html#AccessKeys</a>
<br>
&gt;<br>
&gt; Secret Access Key­Each Access Key ID has a Secret Access Key
associated with<br>
&gt; it. This key is just a long string of characters (and not a file)
that you<br>
&gt; use to calculate the digital signature that you include in the
request. Your<br>
&gt; Secret Access Key is a secret, and only you and AWS should have it.
Don't<br>
&gt; e-mail it to anyone, include it any AWS requests, or post it on the
AWS<br>
&gt; Discussion Forums. No authorized person from AWS will ever ask for
your<br>
&gt; Secret Access Key.<br>
&gt;<br>
&gt; When you create a request, you create a digital signature with your
secret<br>
&gt; key and include it in the request along with your Access Key ID.
When we get<br>
&gt; the request, we use your Access Key ID to look up the corresponding
Secret<br>
&gt; Access Key. We use the key to validate the signature and confirm
that you're<br>
&gt; the request sender.<br>
&gt;<br>
&gt; END OF QUOTE FROM AMAZON SITE.<br>
&gt;<br>
&gt; Mike Mason<br>
&gt;<br>
&gt; Earlier today, I wrote:<br>
&gt; ------------------------------------------------<br>
&gt; My statement that &quot;what we call the Amazon private key is
really the Amazon<br>
&gt; Secret Access Key&quot; was based on the following: I have just set
up my Amazon<br>
&gt; associate ID and AWS access keys in Amazon, and the site described
two keys<br>
&gt; as follows: (this is cut and pasted from Amazon's Associates'
&quot;Manage your<br>
&gt; account&quot; page:)<br>
&gt; You will need access identifiers to call the Product Advertising
API,<br>
&gt; authenticate requests and identify yourself as the sender of a
request. Two<br>
&gt; types of identifiers are available: AWS Access Key Identifiers
(Public and<br>
&gt; Secret Keys) and X.509 Certificates.<br>
&gt;<br>
&gt; The site guides you to set up the Public and Secret keys.Â&nbsp; It
does not<br>
&gt; mention a &quot;Private key&quot;.Â&nbsp; So I assumed that what you
referred to in the 3.2<br>
&gt; manual as a &quot;Private Key&quot; was meant to indicate Amazon's
&quot;Secret Key&quot;. But<br>
&gt; perhaps you had something else in mind?<br>
&gt;<br>
&gt; Unfortunately I can't test this as I'm on Liblime's Koha Express,
which is<br>
&gt; still back in Koha 3.00.02.012 and has no system preference entries
for<br>
&gt; Amazon reviews or for the Secret/Private key.<br>
&gt;<br>
&gt; Mike Mason<br>
&gt;<br>
&gt; At Sunday 14/02/2010, you wrote:<br>
&gt;<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I want to confirm that what we call the Amazon private key is
really<br>
&gt; the Amazon Secret Access Key.Â&nbsp; If so I want to update the
language in<br>
&gt; the manual and the sys prefs page -but I want to be sure before I
do<br>
&gt; that.<br>
&gt;<br>
&gt; Nicole<br>
&gt; _______________________________________________<br>
&gt; Koha mailing list<br>
&gt; Koha@lists.katipo.co.nz<br>
&gt;
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" eudora="autourl">
http://lists.katipo.co.nz/mailman/listinfo/koha</a></blockquote></body>
</html>