Class: Aws::S3::Plugins::BucketDns::Handler Private
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::S3::Plugins::BucketDns::Handler
- Defined in:
- lib/aws-sdk-s3/plugins/bucket_dns.rb
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.
Instance Method Summary collapse
- #call(context) ⇒ Object private
Instance Method Details
#call(context) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
31 32 33 34 |
# File 'lib/aws-sdk-s3/plugins/bucket_dns.rb', line 31 def call(context) move_dns_compat_bucket_to_subdomain(context) @handler.call(context) end |