-
|
Are CORS settings for the bucket currently supported? The front-end directly calls the signed interface to upload files and reports a cross-domain error. |
Beta Was this translation helpful? Give feedback.
Answered by
houseme
Oct 29, 2025
Replies: 1 comment 3 replies
-
|
Sorry, this is not currently supported. Hey @houseme , do we need to support and address this issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@masonsxu The current default setting is
export RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS="*", which only supports setting ORIGINS and does not support setting method.rustfs/rustfs/src/admin/console.rs
Line 381 in 0714c7a
rustfs/rustfs/src/admin/console.rs
Line 470 in 0714c7a
rustfs/rustfs/src/admin/console.rs
Line 472 in 0714c7a