peterknife / boto

Automatically exported from code.google.com/p/boto
0 stars 0 forks source link

GSConnection.build_post_formargs returns 'AWSAccessKeyId' field instead of 'GoogleAccessId' #490

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
GSConnection.build_post_from_args(...)

What is the expected output? What do you see instead?
Returns a 'AWSAccessKeyId' field instead of 'GoogleAccessId'

What version of the product are you using? On what operating system?
2.0b3

Please provide any additional information below.
GS appears to be forgiving enough that it accepts AWSAccessKeyId instead.  
According to the GS docs, however, it should be GoogleAccessId:
http://code.google.com/apis/storage/docs/reference-methods.html#postobject

Original issue reported on code.google.com by dann...@gmail.com on 31 Jan 2011 at 2:15

GoogleCodeExporter commented 9 years ago
I was incorrect in my original comment: GS will not accept AWSAccessKeyId in 
place of GoogleAccessId

Original comment by dann...@gmail.com on 1 Feb 2011 at 4:47