jubos / fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies
2.94k stars 355 forks source link

Add ability to control CORS Headers (resolves #130) #229

Closed ushatil closed 6 years ago

ushatil commented 6 years ago

The issue only required modifying the Allowed-Headers, but it seemed strange to add the ability to control that one without being able to control the others

ushatil commented 6 years ago

@jubos thx for the quick turnaround!