class AwsS3Data extends Model (View source)

Properties

protected $awsAccessKeyType
protected $awsAccessKeyDataType
string $bucketName
string $cloudfrontDomain
string $credentialsSecret
bool $managedPrivateNetwork
string $path
string $roleArn

Methods

setAwsAccessKey(AwsAccessKey $awsAccessKey)

No description

getAwsAccessKey()

No description

setBucketName($bucketName)

No description

string
getBucketName()

No description

setCloudfrontDomain($cloudfrontDomain)

No description

string
getCloudfrontDomain()

No description

setCredentialsSecret($credentialsSecret)

No description

string
getCredentialsSecret()

No description

setManagedPrivateNetwork($managedPrivateNetwork)

No description

bool
getManagedPrivateNetwork()

No description

setPath($path)

No description

string
getPath()

No description

setRoleArn($roleArn)

No description

string
getRoleArn()

No description

Details

setAwsAccessKey(AwsAccessKey $awsAccessKey)

No description

Parameters

AwsAccessKey $awsAccessKey

AwsAccessKey getAwsAccessKey()

No description

Return Value

AwsAccessKey

setBucketName($bucketName)

No description

Parameters

$bucketName

string getBucketName()

No description

Return Value

string

setCloudfrontDomain($cloudfrontDomain)

No description

Parameters

$cloudfrontDomain

string getCloudfrontDomain()

No description

Return Value

string

setCredentialsSecret($credentialsSecret)

No description

Parameters

$credentialsSecret

string getCredentialsSecret()

No description

Return Value

string

setManagedPrivateNetwork($managedPrivateNetwork)

No description

Parameters

$managedPrivateNetwork

bool getManagedPrivateNetwork()

No description

Return Value

bool

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string

setRoleArn($roleArn)

No description

Parameters

$roleArn

string getRoleArn()

No description

Return Value

string