メインコンテンツへスキップ

NetApp StorageGRID への S3 PUT オブジェクトリクエストに対する HTTP レスポンスなし

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

環境

  • StorageGRID
  • S3 PUT Object APIリクエスト
  • 「Content-Encoding:aws-chunked」ヘッダーを使用する環境

問題

  • HTTPヘッダーContent-Encoding: aws-chunkedを使用してStorageGRIDノードにS3 PUT Objectリクエストを実行すると、クライアントはHTTPレスポンスを受信せず、TCPセッションが直ちに終了します。次のログが表示されます:

curl: (52) Empty reply from server

リクエストの例(応答なし):

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

  • 同じリクエストをContent-Encoding: aws-chunkedヘッダーなしで発行すると、通常の HTTP 応答が受信されます。

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.