You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: when making a website with a PHP backend you may not want to pass all traffic to Storj through the PHP backend for cost/performance reasons.
In that case you can use an S3 pre-signed URL to upload or download from the browser to Gateway-MT.
Background: when making a website with a PHP backend you may not want to pass all traffic to Storj through the PHP backend for cost/performance reasons.
In that case you can use an S3 pre-signed URL to upload or download from the browser to Gateway-MT.
We should have full code examples which demonstrate upload and download like this in https://github.com/storj-thirdparty/uplink-php/tree/main/examples
Roughly it would be
uplink-php/src/Edge/Edge.php
Line 38 in d2eab1b
The text was updated successfully, but these errors were encountered: