Galin Denev
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' =>...
yes same here, cannot disable it.
It is still there?