Skip to content

Instantly share code, notes, and snippets.

View drps's full-sized avatar

Alexander Bondarenko drps

View GitHub Profile
@drps
drps / sber-s3-test.php
Created March 24, 2022 05:16
test file upload with sbercloud s3
class TestController extends Controller
{
private string $key = '';
private string $secret = '';
public function actionAws()
{
$config = [
'credentials' => [
'key' => $this->key,