johannesboyne / gofakes3

A simple fake AWS S3 object storage (used for local test-runs against AWS S3 APIs)
MIT License
358 stars 81 forks source link

Feature request: support AWS Signature Version 4 Chunk Upload #49

Closed leoleoasd closed 3 years ago

leoleoasd commented 3 years ago

The Chunk Upload API adds "chunk signature" to the HTTP request body. For now, the server will consider the whole request body as the file content. image