Class: Aws::S3::Plugins::UrlEncodedKeys

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

Overview

This plugin auto-populates the ‘:encoding_type` request parameter to all calls made to Amazon S3 that accept it.

This enables Amazon S3 to return object keys that might contain invalid XML characters as URL encoded strings. This plugin also automatically decodes these keys so that the key management is transparent to the user.

If you specify the ‘:encoding_type` parameter, then this plugin will be disabled, and you will need to decode the keys yourself.

The following operations are managed:

Defined Under Namespace

Classes: Handler