storj-thirdparty / uplink-php

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

Add RegisterAccess #39

Closed Erikvv closed 1 year ago

Erikvv commented 2 years ago

Add new bindings to register access for the S3-compatible gateway and to construct a linksharing URL.

The RegisterAccess happy flow isn't currently run in CI because there is no auth service in storj-sim.

Solves https://github.com/storj-thirdparty/uplink-php/issues/37

ardinusawan commented 2 years ago

Hi can we merge this?

branzen commented 2 years ago

Is there an example for usage of this new feature?

Erikvv commented 2 years ago

Sorry I've been absent and busy, I'm trying to get some reviews and also write a usage example in the examples directory.