You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess is when configuring S3rver in index.js l.221 with configureBuckets, which describes all buckets configuration, also it creates them.
Then creating them again in the run function triggers the error index.js l.232.
The text was updated successfully, but these errors were encountered:
Hi @HuEric
Thanks for your contribution! I agree with what you said. I fixed this issue by referencing your comment. Please try the latest version (v0.6.3) via npm.
When starting serverless, I noticed that serverless-s3-local try to create bucket two times.
serverless.yml
.cloudformation/s3.yml
My guess is when configuring S3rver in index.js l.221 with
configureBuckets
, which describes all buckets configuration, also it creates them.Then creating them again in the run function triggers the error index.js l.232.
The text was updated successfully, but these errors were encountered: