-
Notifications
You must be signed in to change notification settings - Fork 123
Support signed URLs #5405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support signed URLs #5405
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
9b7ce7e to
701f3af
Compare
internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go
Outdated
Show resolved
Hide resolved
internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go
Outdated
Show resolved
Hide resolved
internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go
Show resolved
Hide resolved
internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go
Outdated
Show resolved
Hide resolved
internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go
Outdated
Show resolved
Hide resolved
internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go
Outdated
Show resolved
Hide resolved
internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go
Outdated
Show resolved
Hide resolved
internal/http/services/owncloud/ocs/handlers/cloud/user/user.go
Outdated
Show resolved
Hide resolved
b77b3bd to
1e64f1b
Compare
glpatcern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good at this point, let's just cleanup the GitHub description
diocas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge after this small cleanup.
internal/http/interceptors/auth/signed_url/strategy/signed_url/signed_url.go
Outdated
Show resolved
Hide resolved
18dfb32 to
755783d
Compare
755783d to
2ae343d
Compare
Works properly, though in the future it would be good to move to server-side generated signatures instead of handling this in web