$options
|
array
|
Optional
|
An associative array of parameters that can have the following keys:
certificate_authority - boolean - Optional - Determines which Cerificate Authority file to use. A value of boolean false will use the Certificate Authority file available on the system. A value of boolean true will use the Certificate Authority provided by the SDK. Passing a file system path to a Certificate Authority file (chmodded to 0755 ) will use that. Leave this set to false if you’re not sure.credentials - string - Optional - The name of the credential set to use for authentication.default_cache_config - string - Optional - This option allows a preferred storage type to be configured for long-term caching. This can be changed later using the set_cache_config() method. Valid values are: apc , xcache , or a file system path such as ./cache or /tmp/cache/ .key - string - Optional - Your AWS key, or a session key. If blank, the default credential set will be used.secret - string - Optional - Your AWS secret key, or a session secret key. If blank, the default credential set will be used.token - string - Optional - An AWS session token. |