\Ceo\Core\Providers\AwsCredentials

Base credential manager used to generate cred handlers for individual services.

Summary

Methods
Properties
Constants
setAccessKeyId()
setSecretKey()
getAccessKeyId()
getSecretKey()
getSecurityToken()
getExpiration()
isExpired()
toArray()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$key
$secret
N/A

Properties

$key

$key : 

Type

$secret

$secret : 

Type

Methods

setAccessKeyId()

setAccessKeyId(string  $key) : self

Set service access key

Parameters

string $key

Returns

self

setSecretKey()

setSecretKey(string  $secret) : self

Set secret key

Parameters

string $secret

Returns

self

getAccessKeyId()

getAccessKeyId() : string

Access key

Returns

string

getSecretKey()

getSecretKey() : string

Secret access key

Returns

string

getSecurityToken()

getSecurityToken() 

Security token Not currently implemented

getExpiration()

getExpiration() 

Expiration time Not currently implemented

isExpired()

isExpired() 

Expired flag Not currently implemented

toArray()

toArray() 

Return as standard credential array