LiveUI / S3

S3 Client written in Swift
MIT License
94 stars 60 forks source link

Wrong service configuration in readme #43

Open Janoz94 opened 5 years ago

Janoz94 commented 5 years ago

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))