James Murty
unread,Dec 19, 2009, 2:47:43 PM12/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jets3t...@googlegroups.com
Hi,
When I added support for Eucalyptus Walrus I expanded the range of accepted access and secret key lengths as follows:
AWS credentials: Key is 20 chars, Secret is 40 chars
Eucalyptus credentials: Key is 22 chars, Secret is 38 chars
The Walrus keys should fit into the 22/38 character limits. Have these keys changed in length? Or perhaps you are copying-and-pasting an additional character by mistake?
If the keys have changed in length you can work around Cockpit's overly restrictive credential validity checks by re-building the JetS3t code after commenting out the length checks starting on line 230 of org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
Hope this helps,
James