jamhall/s3rver

s3rver does not initialise CORS when being added as middleware

jpike88 opened this issue · 1 comments

s3rver does not initialise CORS when being added as middleware

This is unavoidable since initialization is async, but as of v3.2.0, calling S3rver#configureBuckets before starting the HTTP server should be an acceptable workaround.