yanggs07/yii2-aws-sdk-php

A aws sdk encapsulation for yii2 framework

dev-master 2022-01-07 00:47 UTC

This package is auto-updated.

Last update: 2025-04-07 07:47:42 UTC


README

see aws php sdk

yii2 configurable

'components' => [
    'minio' => [
        'class' => 'yanggs07\S3Client',
        'version' => 'latest',
        'region' => 'us-east-1',
        'endpoint' => 'http://minio.server:9000',
        'use_path_style_endpoint' => true,
        'credentials' => [
            'key' => 'minioadmin',
            'secret' => 'minioadmin',
        ],
    ],
]