Galin Denev

Results 4 comments of Galin Denev

Hi there, we got to work with pre-signed URLs. The change needed is to send it with PUT and type 'raw'.

What we do is the following we have an endpoint to presign `$command = $adapter->getClient()->getCommand('putObject', array_filter([ 'Bucket' => $adapter->getBucket(), 'Key' => $path, 'ACL' => 'public-read', 'ContentType' => $request->get('type'), 'Metadata' =>...