k1LoW / serverless-s3-sync

A plugin to sync local directories and S3 prefixes for Serverless Framework :zap:
183 stars 70 forks source link

add serverless-offline + serverless-s3-local support #79

Closed kking124 closed 3 years ago

kking124 commented 3 years ago

PR adds support for serverless-offline https://www.serverless.com/plugins/serverless-offline with serveless-s3-local https://www.serverless.com/plugins/serverless-s3-local

To use, move existing buckets into a buckets field and include an endpoint field in the custom.s3Sync section of serverless.yaml.

PR supports existing serverless.yaml configuration for backwards compatibility.

k1LoW commented 3 years ago

@kking124 Thank you for your GREAT COMMIT!!

I would like to consider the configuration structure you suggested as a new one for serverless-s3-sync.

However, I don't have the time to develop serverless-s3-sync right now, so I would like to merge this PR first.

k1LoW commented 3 years ago

Released as v1.16.0.