ArunaStorage / proxy

DEPRECATED: See https://github.com/ArunaStorage/aruna/tree/main/components/data_proxy for latest release
Apache License 2.0
5 stars 0 forks source link

[feat] CORS Configuration #29

Closed St4NNi closed 9 months ago

St4NNi commented 1 year ago

Problem

Updated version for V2

Integrating Aruna URL / S3 links into other websites is currently not possible because appropriate user-configurable CORS http headers are missing. Amazon S3 allows users to configure these per bucket via the PutBucketCors requests.

Aruna should allow users to use this API, internally this would add CORS configuration labels to each collection. This way it would also be possible to configure CORS at ArunaAPI level.

Todo

St4NNi commented 9 months ago

Fixed by #58