We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d022397 commit 7e31351Copy full SHA for 7e31351
README.md
@@ -23,7 +23,7 @@ Register S3Client as a service in your configure method
23
try services.register(s3: S3Signer.Config(...), defaultBucket: "my-bucket")
24
```
25
26
-to use e.g. use a custom Minio server, you can use this Config/Region:
+to use a custom Minio server, use this Config/Region:
27
28
29
S3Signer.Config(accessKey: accessKey,
0 commit comments