I've got an issue when attempting an temporaryUrl: it seems that the temp_url_sig returned is 40 chars long instead of 64 as expected.
When i do it manually via $swift tempurl GET 3600, with proper key etc... the returned temp_url_sig is 64 chars.
When using Storage::temporaryUrl() the returned temp_url_sig is 40 chars.
temp_url_expires is ok
Laravel 8
Hello,
I've got an issue when attempting an temporaryUrl: it seems that the temp_url_sig returned is 40 chars long instead of 64 as expected. When i do it manually via $swift tempurl GET 3600, with proper key etc... the returned temp_url_sig is 64 chars. When using Storage::temporaryUrl() the returned temp_url_sig is 40 chars. temp_url_expires is ok Laravel 8
-> 401 Unauthorized: Temp URL invalid
Temp URl Key was set with
and is identical in openstack container
I can send object to storage using \Storage::disk('ovh')->put($filename.'.xlsx',file_get_contents($path));
Storage is infomaniak public cloud (openstack)
my config:
Many thanks for your help