Skip to main content
NetApp Knowledge Base

No HTTP Response for S3 PUT Object Requests to NetApp StorageGRID

Views:
26
Visibility:
Public
Votes:
0
Category:
storagegrid
Specialty:
sgrid
Last Updated:

Applies to

  • StorageGRID
  • S3 PUT Object API requests
  • Environments using “Content-Encoding: aws-chunked” header

Issue

  • When performing an S3 PUT Object request to a StorageGRID node with the HTTP header Content-Encoding: aws-chunked, the client receives no HTTP response, and the TCP session closes immediately. The following log is seen:

curl: (52) Empty reply from server

Example request (with no response):

curl --http1.1 'http://<storagegrid-endpoint>/<bucket>/<object>' \
  -T stream.bin \
  -H 'Content-Encoding: aws-chunked' \
  -H 'X-Amz-Decoded-Content-Length:128' \
  ...
* Empty reply from server

  • When the same request is issued without the Content-Encoding: aws-chunked header, a normal HTTP response is received.

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.