livepeer / go-tools

Utility packages used across Livepeer Go repositories.
0 stars 2 forks source link

Modify presign signature to match existing functions in the OS interface #27

Closed mjh1 closed 1 year ago

mjh1 commented 1 year ago

I realised that the established design of the OS functions is to make use of the bucket and key that have already been parsed. This also cleans up the calling code by not having to parse out the bucket and key yourself.