storj-thirdparty / uplink-php

Uplink library bindings for PHP
MIT License
33 stars 6 forks source link

Generate Storj public URL #37

Open ardinusawan opened 2 years ago

ardinusawan commented 2 years ago

Hi, thanks for making this lib! It very useful

But one thing will be nice to have is ability to generate public URL with/without time expired. For example: https://link.us1.storjshare.io/s/jvmlrxmm5ekm7qxowmbcskxj3knq/website/our-project/port-26-o.jpg

🍻

Erikvv commented 2 years ago

Thanks for your request. We have this in libuplink so I'll implement this binding for you.

Erikvv commented 2 years ago

Ready for review

Erikvv commented 1 year ago

Feature is in main branch, https://github.com/storj-thirdparty/uplink-php/pull/44 needs to be merged to get it in release.

Als I'd like to write a usage example in the examples folder.