funkybob / serverless-s3-deploy

Plugin for serverless to deploy files to a S3 Bucket
MIT License
58 stars 24 forks source link

Serverless 3.0 option type #65

Open m-radzikowski opened 3 years ago

m-radzikowski commented 3 years ago

Currently the sls shows this warning:

Serverless: Deprecation warning: CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type for introduced options:
             - Assets for "verbose", "bucket"
            Please report this issue in plugin issue tracker.
            Starting with next major release, this will be communicated with a thrown error.
            More Info: https://www.serverless.com/framework/docs/deprecations/#CLI_OPTIONS_SCHEMA

This needs to be addressed in order for the plugin to work with Serverless 3.

More info:

marcoreni commented 3 years ago

This has been fixed in https://github.com/funkybob/serverless-s3-deploy/pull/62 , but hasn't been released yet

funkybob commented 3 years ago

Just published 0.10.1 ... sorry for the delay.