As in topic the way how to register S3 service you wrote in readme not works, the solution that worked to me was: ``` let yourS3Config = S3Signer.Config(accessKey: <yourAccesKey>, secretKey: <yourSecretKey>, region: <yourRegion>) try services.register(S3Signer(yourS3Config)) ```