Chris Lu
|
4b040e8a87
|
adding cors support (#6987)
* adding cors support
* address some comments
* optimize matchesWildcard
* address comments
* fix for tests
* address comments
* address comments
* address comments
* path building
* refactor
* Update weed/s3api/s3api_bucket_config.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* address comment
Service-level responses need both Access-Control-Allow-Methods and Access-Control-Allow-Headers. After setting Access-Control-Allow-Origin and Access-Control-Expose-Headers, also set Access-Control-Allow-Methods: * and Access-Control-Allow-Headers: * so service endpoints satisfy CORS preflight requirements.
* Update weed/s3api/s3api_bucket_config.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/s3api/s3api_object_handlers.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/s3api/s3api_object_handlers.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix
* refactor
* Update weed/s3api/s3api_bucket_config.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/s3api/s3api_object_handlers.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/s3api/s3api_server.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* simplify
* add cors tests
* fix tests
* fix tests
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-15 00:23:54 -07:00 |
|
chrislu
|
50e22864cf
|
refactor
|
2024-09-17 23:10:41 -07:00 |
|
Kamran Sarwar
|
63c707f9c1
|
added access-control-expose-headers to put request (#5876)
|
2024-08-09 15:52:05 -07:00 |
|
LHHDZ
|
e9584d9661
|
add ownership rest apis (#3765)
|
2022-10-01 19:18:00 -07:00 |
|
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2022-07-29 00:17:28 -07:00 |
|
Konstantin Lebedev
|
10678cde81
|
audit log config
|
2021-12-07 18:20:52 +05:00 |
|
Konstantin Lebedev
|
4ec8715f20
|
audit log
|
2021-12-07 12:15:48 +05:00 |
|
Chris Lu
|
9cf756b188
|
S3: support CORS
related to https://github.com/chrislusf/seaweedfs/issues/1271
|
2021-10-31 18:06:43 -07:00 |
|
Chris Lu
|
f17fa400d5
|
refactoring
|
2021-10-31 18:05:34 -07:00 |
|
Chris Lu
|
006b4ec0f8
|
refactoring
|
2021-10-31 18:02:08 -07:00 |
|
Chris Lu
|
b71c3cfba4
|
avoid possible empty object
|
2021-06-10 22:17:53 -07:00 |
|
Chris Lu
|
310e31424e
|
adjust the error output
fix https://github.com/chrislusf/seaweedfs/issues/2123
|
2021-06-10 21:55:13 -07:00 |
|
Chris Lu
|
8b382a8209
|
refactor
|
2021-06-10 21:50:21 -07:00 |
|