Class: Aws::S3::Plugins::Http200Errors Private

Inherits:
Seahorse::Client::Plugin
  • Object
show all
Defined in:
lib/aws-sdk-s3/plugins/http_200_errors.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

A handful of Amazon S3 operations will respond with a 200 status code but will send an error in the response body. This plugin injects a handler that will parse 200 response bodies for potential errors, allowing them to be retried.

Defined Under Namespace

Classes: Handler