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
Hello, I'd like to start off by thanking the maintainers for their hard work on this package. It's a very solid piece of software that has saved me a lot of time 😃.
Would it be possible to add pre-signed URL support? I would like to restrict viewing of files, and the SO question I asked about doing this kind of thing pointed to pre-signed URLs as the way to go.
@Lepozepo You mentioned possibly using Authorizer.S3.getSignedUrl, what might that look like specifically? I'm interested in making a PR for this feature but I don't know where to start.
@macsj200@wesleyfsmith@MichaelJCole I've completely refactored the project and split it into 2 separate packages, one for the client and one for the server (I'll most likely end up splitting the client a little bit more too to remove unused dependencies by the dev). I plan to add signed URLs into an easy to-to-use react component but it should be fairly easy to achieve now using the underlying S3Up.client instance of s3. Sorry for the crazy delay!
Lepozepo
changed the title
Pre-signed URL support
Feature Request: Pre-signed GET URL Component/hook
Sep 27, 2020
Hello, I'd like to start off by thanking the maintainers for their hard work on this package. It's a very solid piece of software that has saved me a lot of time 😃.
Would it be possible to add pre-signed URL support? I would like to restrict viewing of files, and the SO question I asked about doing this kind of thing pointed to pre-signed URLs as the way to go.
@Lepozepo You mentioned possibly using
Authorizer.S3.getSignedUrl
, what might that look like specifically? I'm interested in making a PR for this feature but I don't know where to start.ping @wesleyfsmith
The text was updated successfully, but these errors were encountered: