| Name |
Last commit
|
Last update |
|---|---|---|
| lib | ||
| test | ||
| .gitignore | ||
| CODE_OF_CONDUCT.md | ||
| Gemfile | ||
| LICENSE.txt | ||
| README.md | ||
| Rakefile | ||
| uppy-s3_multipart.gemspec |
Unlike some other web frameworks like Roda, Rails adds a trailing slash to PATH_INFO when calling mounted apps on root requests. This means that for `POST /s3/multipart`, the Uppy::S3Multipart::App will receive SCRIPT_NAME: "/s3/multipart" PATH_INFO: "/" instead of SCRIPT_NAME: "/s3/multipart" PATH_INFO: "" So we update the app to handle that trailing slash.
| Name |
Last commit
|
Last update |
|---|---|---|
| lib | Loading commit data... | |
| test | Loading commit data... | |
| .gitignore | Loading commit data... | |
| CODE_OF_CONDUCT.md | Loading commit data... | |
| Gemfile | Loading commit data... | |
| LICENSE.txt | Loading commit data... | |
| README.md | Loading commit data... | |
| Rakefile | Loading commit data... | |
| uppy-s3_multipart.gemspec | Loading commit data... |