Skip to content

Add the option to set the S3Client Endpoint property #37

@nurielmeni

Description

@nurielmeni

In order to make other services that uses the S3 api to be contacted via this extension.
for example:
's3' => [
'class' => 'frostealth\yii2\aws\s3\Service',
'credentials' =>
'key' => 'My-Key',
'secret' => 'My-Secret',
],
'endpoint' => "https://myendpoint.com",
'region' => 'endpoitregion',
'defaultBucket' => 'defaultbucket',
'defaultAcl' => 'public-read',
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions