AccessKey Property
The Access Key Id for the Amazon Web Services account.
Object Oriented Interface
public function getAccessKey(); public function setAccessKey($value);
Procedural Interface
incloudstorage_amazons3_get($res, 1 ); incloudstorage_amazons3_set($res, 1, $value );
Default Value
''
Remarks
This is the username for the Amazon Web Services account. No two accounts may have the same Access Key. This is used along with the SecretKey to authenticate with Amazon servers.
Data Type
String