Documentation

Configuration
in package
implements ConfigurationInterface

Interfaces, Classes and Traits

ConfigurationInterface
Provides access to S3 regional endpoints configuration options: endpoints_type

Table of Contents

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

Properties

Methods

__construct()

public __construct(mixed $endpointsType) : mixed
Parameters
$endpointsType : mixed
Return values
mixed

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>

Search results