nspcc-dev / neofs-s3-gw

NeoFS S3 Protocol Gateway
GNU Affero General Public License v3.0
7 stars 15 forks source link

Add support for aws-chunked #913

Closed roman-khimov closed 9 months ago

roman-khimov commented 9 months ago

Is your feature request related to a problem? Please describe.

I'm always frustrated when I find unsupported S3 features that are used in the wild. Seems like https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-streaming.html is one of them. In absence of proper aws-chunked handling we treat its metadata as a part of object payload and that's not what client software expects.

Describe the solution you'd like

Add support for aws-chunked.

Describe alternatives you've considered

If some clients use it, you don't have a lot of options.