serverless-client-s3 icon indicating copy to clipboard operation
serverless-client-s3 copied to clipboard

yaml exception with example code in README

Open paolini opened this issue 6 years ago • 5 comments

In REAMDE.md you suggest to add these line to serverless.yml:

plugins:
  - serverless-client-s3
 custom:
   client:
     bucketName: serverless-client-bucketname

however this seems not to be valid yml. When executing serverless client deploy I get the following YAML exception:

  bad indentation of a mapping entry in "/Users/paolini/notes/serverless.yml" at line 59, column 2:
     custom:
     ^

paolini avatar Sep 03 '17 06:09 paolini