-
|
There is a section in the S3 documentation titled Browser-Based Uploads Using POST. You can use a POST request to directly forward files to a bucket through the browser, but this bucket is declared on a URL, such as: What does this request url look like when I switch to RustFS, and how should I specify the bucket to upload? |
Beta Was this translation helpful? Give feedback.
Answered by
stillmoon
Dec 25, 2025
Replies: 1 comment
-
|
I got it! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stillmoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it!
Simply append the bucketName to the endPoint of rustfs as a path.