# media-cloud-sync/trunk/includes/sdk/s3/Aws/Handler/GuzzleV6/GuzzleHandler.php

Media Cloud Sync, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/media-cloud-sync/trunk/code/includes/sdk/s3/Aws/Handler/GuzzleV6/GuzzleHandler.php
- Raw: https://pluginprobe.com/plugins/media-cloud-sync/trunk/raw/includes/sdk/s3/Aws/Handler/GuzzleV6/GuzzleHandler.php
- Modified: 2026-05-10T10:14:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/media-cloud-sync/trunk/code/includes/sdk/s3/Aws/Handler/GuzzleV6/GuzzleHandler.php#L10-L20`.

```php
<?php

namespace Dudlewebs\WPMCS\s3\Aws\Handler\GuzzleV6;

\trigger_error(\sprintf('Using the "%s" class is deprecated, use "%s" instead.', __NAMESPACE__ . '\\GuzzleHandler', \Dudlewebs\WPMCS\s3\Aws\Handler\Guzzle\GuzzleHandler::class), \E_USER_DEPRECATED);
\class_alias(\Dudlewebs\WPMCS\s3\Aws\Handler\Guzzle\GuzzleHandler::class, __NAMESPACE__ . '\\GuzzleHandler');

```
