Reputation: 5712
Where do I get the Amazon API Key
and Amazon Secret Key
to use in the Zend framework?
Does keys from Amazon S3 work there?
Infact, I am confused where to signup.
Could you give me the link to signup?
Thanks
Upvotes: 1
Views: 2267
Reputation: 11962
You can register your AWS account here: https://aws-portal.amazon.com/gp/aws/developer/registration/index.html
After that you need the Access Credentials, which you get on the AWS Security Credentials page. Go there, log in (if needed) and take a look at the "Access Key"-tab. Copy the Access Key ID (Amazon API Key) and the Secret Access Key (Amazon Secret Key) to your Zend application.
Upvotes: 2
Reputation: 8519
for starters check out the ZF issue tracker for the Amazon services patch and if you need to you can sign up for the Amazon affiliate key
Upvotes: 0