quoc1506

Results 1 issues of quoc1506

here is my code: ``` $params = [ "key" => "myKey", "secret" => "mySecret", "region" => "ap-southeast-1", "bucket" => "myBuket", "prefix" => "571/low/" ]; $stream = new S3BucketStreamZip($params); $stream->send('name-of-zipfile-to-send.zip'); I'm...