SDK for PHP 3.x

ConfigurationInterface
in

Provides access to S3 regional endpoints configuration options: endpoints_type

Table of Contents

Methods

getEndpointsType()  : string
Returns the endpoints type
toArray()  : array<string|int, mixed>
Returns the configuration as an associative array

Methods

getEndpointsType()

Returns the endpoints type

public getEndpointsType() : string
Return values
string

toArray()

Returns the configuration as an associative array

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page