Skip to content

Conversation

jimp100
Copy link

@jimp100 jimp100 commented Oct 14, 2025

This fixes a couple if issues using library with S3 API.

  1. Removed the test for POST requests when using S3. POST is a legitimate request for S3 when Creating or Completing a Multipart Upload. Possibly some other methods too.
    Reference AWS Docs:
  1. Added support for Flag Parameters in querystring. These are parameters without a value: i.e. http://.../?uplaods
    This is the required request format when creating a Multipart Uplaod.
    Reference AWS Docs:

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant