hedgedoc/lib/web
Matej Cotman 65fac143f6 fix(s3): replace dash with dot for s3 endpoint
According to the AWS documentation there is no situation that there is a dash in `s3-<region>.amazonaws.com`, the correct way is with a dot `s3.<region>.amazonaws.com`
Source: https://docs.aws.amazon.com/general/latest/gr/s3.html

Signed-off-by: Matej Cotman <matej.cotman@eficode.com>
2021-08-04 16:09:08 +03:00
..
auth SAML: Use privateKey option 2021-05-17 18:46:00 +02:00
imageRouter fix(s3): replace dash with dot for s3 endpoint 2021-08-04 16:09:08 +03:00
middleware
note
baseRouter.js
historyRouter.js
statusRouter.js
userRouter.js
utils.js