[GH-ISSUE #643] With unnecessary equal in POST uploads url argment #366

Closed
opened 2026-03-04 01:44:47 +03:00 by kerem · 1 comment
Owner

Originally created by @ggtakec on GitHub (Sep 17, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/643

Additional Information

  • Version of s3fs being used (s3fs --version)

  • 1.82

  • Version of fuse being used (pkg-config --modversion fuse)

  • n/a

  • System information (uname -a)

  • n/a

  • Distro (cat /etc/issue)

  • n/a

  • s3fs command line used (if applicable)

  • n/a

  • s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs)

  • n/a

Details about issue

#125 - @kodiak-sdommeti commented

s3fs seems to append a '=' to the url (POST /media-files/20m?uploads= HTTP/1.1) which is in violation of the S3 REST API specification (POST /ObjectName?uploads HTTP/1.1), and that is the reason why the S3 storage returns 403 error.

At the time of POST request "uploads =" and unnecessary equal is attached.
It comes with a PR of https://github.com/s3fs-fuse/s3fs-fuse/pull/102.

Originally created by @ggtakec on GitHub (Sep 17, 2017). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/643 #### Additional Information - Version of s3fs being used (s3fs --version) - 1.82 - Version of fuse being used (pkg-config --modversion fuse) - n/a - System information (uname -a) - n/a - Distro (cat /etc/issue) - n/a - s3fs command line used (if applicable) - n/a - s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs) - n/a #### Details about issue #125 - @kodiak-sdommeti commented ``` s3fs seems to append a '=' to the url (POST /media-files/20m?uploads= HTTP/1.1) which is in violation of the S3 REST API specification (POST /ObjectName?uploads HTTP/1.1), and that is the reason why the S3 storage returns 403 error. ``` At the time of POST request "uploads =" and unnecessary equal is attached. It comes with a PR of https://github.com/s3fs-fuse/s3fs-fuse/pull/102.
kerem closed this issue 2026-03-04 01:44:48 +03:00
Author
Owner

@ggtakec commented on GitHub (Sep 17, 2017):

@kodiak-sdommeti
Fixed this problem and closing this issue.
Thanks.

<!-- gh-comment-id:330036379 --> @ggtakec commented on GitHub (Sep 17, 2017): @kodiak-sdommeti Fixed this problem and closing this issue. Thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#366
No description provided.