add missing comments and changelog

This commit is contained in:
David Christofas
2022-08-16 16:53:27 +02:00
parent 3f25ca2059
commit b5ef10dc2b
3 changed files with 10 additions and 0 deletions
@@ -18,6 +18,8 @@ const (
_paramExpiration = "expiration"
)
// PublicShareAuthenticator is the authenticator which can authenticate public share requests.
// It will add the share owner into the request context.
type PublicShareAuthenticator struct {
Logger log.Logger
RevaGatewayClient gateway.GatewayAPIClient
@@ -38,6 +38,7 @@ var (
}
)
// SignedURLAuthenticator is the authenticator responsible for authenticating signed URL requests.
type SignedURLAuthenticator struct {
Logger log.Logger
PreSignedURLConfig config.PreSignedURL