Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ npm install --save serverless-client-s3
```yaml
plugins:
- serverless-client-s3
custom:
client:
bucketName: serverless-client-bucketname
custom:
client:
bucketName: serverless-client-bucketname
```

* **Warning:** The plugin will overwrite any data you have in the bucket name you set above if it already exists.
Expand Down