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 1336156 commit 08da676Copy full SHA for 08da676
packages/serverless-offline-s3/README.md
@@ -62,9 +62,9 @@ The configuration of [`aws.S3`'s client](https://docs.aws.amazon.com/AWSJavaScri
62
63
```yml
64
custom:
65
-serverless-offline-s3:
66
- endpoint: http://0.0.0.0:9000
67
- region: eu-west-1
68
- accessKey: minioadmin
69
- secretKey: minioadmin
+ serverless-offline-s3:
+ endpoint: http://0.0.0.0:9000
+ region: eu-west-1
+ accessKey: minioadmin
+ secretKey: minioadmin
70
```
0 commit comments