| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603 |
- <?php
- namespace Aws\S3;
- use Aws\Api\ApiProvider;
- use Aws\Api\DocModel;
- use Aws\Api\Service;
- use Aws\AwsClient;
- use Aws\ClientResolver;
- use Aws\Command;
- use Aws\Exception\AwsException;
- use Aws\HandlerList;
- use Aws\Middleware;
- use Aws\RetryMiddleware;
- use Aws\ResultInterface;
- use Aws\CommandInterface;
- use GuzzleHttp\Exception\RequestException;
- use GuzzleHttp\Promise;
- use GuzzleHttp\Psr7;
- use Psr\Http\Message\RequestInterface;
- /**
- * Client used to interact with **Amazon Simple Storage Service (Amazon S3)**.
- *
- * @method \Aws\Result abortMultipartUpload(array $args = [])
- * @method \GuzzleHttp\Promise\Promise abortMultipartUploadAsync(array $args = [])
- * @method \Aws\Result completeMultipartUpload(array $args = [])
- * @method \GuzzleHttp\Promise\Promise completeMultipartUploadAsync(array $args = [])
- * @method \Aws\Result copyObject(array $args = [])
- * @method \GuzzleHttp\Promise\Promise copyObjectAsync(array $args = [])
- * @method \Aws\Result createBucket(array $args = [])
- * @method \GuzzleHttp\Promise\Promise createBucketAsync(array $args = [])
- * @method \Aws\Result createMultipartUpload(array $args = [])
- * @method \GuzzleHttp\Promise\Promise createMultipartUploadAsync(array $args = [])
- * @method \Aws\Result deleteBucket(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketAsync(array $args = [])
- * @method \Aws\Result deleteBucketAnalyticsConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketAnalyticsConfigurationAsync(array $args = [])
- * @method \Aws\Result deleteBucketCors(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketCorsAsync(array $args = [])
- * @method \Aws\Result deleteBucketInventoryConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketInventoryConfigurationAsync(array $args = [])
- * @method \Aws\Result deleteBucketLifecycle(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketLifecycleAsync(array $args = [])
- * @method \Aws\Result deleteBucketMetricsConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketMetricsConfigurationAsync(array $args = [])
- * @method \Aws\Result deleteBucketPolicy(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketPolicyAsync(array $args = [])
- * @method \Aws\Result deleteBucketReplication(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketReplicationAsync(array $args = [])
- * @method \Aws\Result deleteBucketTagging(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketTaggingAsync(array $args = [])
- * @method \Aws\Result deleteBucketWebsite(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteBucketWebsiteAsync(array $args = [])
- * @method \Aws\Result deleteObject(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteObjectAsync(array $args = [])
- * @method \Aws\Result deleteObjectTagging(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteObjectTaggingAsync(array $args = [])
- * @method \Aws\Result deleteObjects(array $args = [])
- * @method \GuzzleHttp\Promise\Promise deleteObjectsAsync(array $args = [])
- * @method \Aws\Result getBucketAccelerateConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketAccelerateConfigurationAsync(array $args = [])
- * @method \Aws\Result getBucketAcl(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketAclAsync(array $args = [])
- * @method \Aws\Result getBucketAnalyticsConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketAnalyticsConfigurationAsync(array $args = [])
- * @method \Aws\Result getBucketCors(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketCorsAsync(array $args = [])
- * @method \Aws\Result getBucketInventoryConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketInventoryConfigurationAsync(array $args = [])
- * @method \Aws\Result getBucketLifecycle(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketLifecycleAsync(array $args = [])
- * @method \Aws\Result getBucketLifecycleConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketLifecycleConfigurationAsync(array $args = [])
- * @method \Aws\Result getBucketLocation(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketLocationAsync(array $args = [])
- * @method \Aws\Result getBucketLogging(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketLoggingAsync(array $args = [])
- * @method \Aws\Result getBucketMetricsConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketMetricsConfigurationAsync(array $args = [])
- * @method \Aws\Result getBucketNotification(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketNotificationAsync(array $args = [])
- * @method \Aws\Result getBucketNotificationConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketNotificationConfigurationAsync(array $args = [])
- * @method \Aws\Result getBucketPolicy(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketPolicyAsync(array $args = [])
- * @method \Aws\Result getBucketReplication(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketReplicationAsync(array $args = [])
- * @method \Aws\Result getBucketRequestPayment(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketRequestPaymentAsync(array $args = [])
- * @method \Aws\Result getBucketTagging(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketTaggingAsync(array $args = [])
- * @method \Aws\Result getBucketVersioning(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketVersioningAsync(array $args = [])
- * @method \Aws\Result getBucketWebsite(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getBucketWebsiteAsync(array $args = [])
- * @method \Aws\Result getObject(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getObjectAsync(array $args = [])
- * @method \Aws\Result getObjectAcl(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getObjectAclAsync(array $args = [])
- * @method \Aws\Result getObjectTagging(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getObjectTaggingAsync(array $args = [])
- * @method \Aws\Result getObjectTorrent(array $args = [])
- * @method \GuzzleHttp\Promise\Promise getObjectTorrentAsync(array $args = [])
- * @method \Aws\Result headBucket(array $args = [])
- * @method \GuzzleHttp\Promise\Promise headBucketAsync(array $args = [])
- * @method \Aws\Result headObject(array $args = [])
- * @method \GuzzleHttp\Promise\Promise headObjectAsync(array $args = [])
- * @method \Aws\Result listBucketAnalyticsConfigurations(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listBucketAnalyticsConfigurationsAsync(array $args = [])
- * @method \Aws\Result listBucketInventoryConfigurations(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listBucketInventoryConfigurationsAsync(array $args = [])
- * @method \Aws\Result listBucketMetricsConfigurations(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listBucketMetricsConfigurationsAsync(array $args = [])
- * @method \Aws\Result listBuckets(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listBucketsAsync(array $args = [])
- * @method \Aws\Result listMultipartUploads(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listMultipartUploadsAsync(array $args = [])
- * @method \Aws\Result listObjectVersions(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listObjectVersionsAsync(array $args = [])
- * @method \Aws\Result listObjects(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listObjectsAsync(array $args = [])
- * @method \Aws\Result listObjectsV2(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listObjectsV2Async(array $args = [])
- * @method \Aws\Result listParts(array $args = [])
- * @method \GuzzleHttp\Promise\Promise listPartsAsync(array $args = [])
- * @method \Aws\Result putBucketAccelerateConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketAccelerateConfigurationAsync(array $args = [])
- * @method \Aws\Result putBucketAcl(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketAclAsync(array $args = [])
- * @method \Aws\Result putBucketAnalyticsConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketAnalyticsConfigurationAsync(array $args = [])
- * @method \Aws\Result putBucketCors(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketCorsAsync(array $args = [])
- * @method \Aws\Result putBucketInventoryConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketInventoryConfigurationAsync(array $args = [])
- * @method \Aws\Result putBucketLifecycle(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketLifecycleAsync(array $args = [])
- * @method \Aws\Result putBucketLifecycleConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketLifecycleConfigurationAsync(array $args = [])
- * @method \Aws\Result putBucketLogging(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketLoggingAsync(array $args = [])
- * @method \Aws\Result putBucketMetricsConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketMetricsConfigurationAsync(array $args = [])
- * @method \Aws\Result putBucketNotification(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketNotificationAsync(array $args = [])
- * @method \Aws\Result putBucketNotificationConfiguration(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketNotificationConfigurationAsync(array $args = [])
- * @method \Aws\Result putBucketPolicy(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketPolicyAsync(array $args = [])
- * @method \Aws\Result putBucketReplication(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketReplicationAsync(array $args = [])
- * @method \Aws\Result putBucketRequestPayment(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketRequestPaymentAsync(array $args = [])
- * @method \Aws\Result putBucketTagging(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketTaggingAsync(array $args = [])
- * @method \Aws\Result putBucketVersioning(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketVersioningAsync(array $args = [])
- * @method \Aws\Result putBucketWebsite(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putBucketWebsiteAsync(array $args = [])
- * @method \Aws\Result putObject(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putObjectAsync(array $args = [])
- * @method \Aws\Result putObjectAcl(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putObjectAclAsync(array $args = [])
- * @method \Aws\Result putObjectTagging(array $args = [])
- * @method \GuzzleHttp\Promise\Promise putObjectTaggingAsync(array $args = [])
- * @method \Aws\Result restoreObject(array $args = [])
- * @method \GuzzleHttp\Promise\Promise restoreObjectAsync(array $args = [])
- * @method \Aws\Result uploadPart(array $args = [])
- * @method \GuzzleHttp\Promise\Promise uploadPartAsync(array $args = [])
- * @method \Aws\Result uploadPartCopy(array $args = [])
- * @method \GuzzleHttp\Promise\Promise uploadPartCopyAsync(array $args = [])
- */
- class S3Client extends AwsClient implements S3ClientInterface
- {
- use S3ClientTrait;
- public static function getArguments()
- {
- $args = parent::getArguments();
- $args['retries']['fn'] = [__CLASS__, '_applyRetryConfig'];
- $args['api_provider']['fn'] = [__CLASS__, '_applyApiProvider'];
- return $args + [
- 'bucket_endpoint' => [
- 'type' => 'config',
- 'valid' => ['bool'],
- 'doc' => 'Set to true to send requests to a hardcoded '
- . 'bucket endpoint rather than create an endpoint as a '
- . 'result of injecting the bucket into the URL. This '
- . 'option is useful for interacting with CNAME endpoints.',
- ],
- 'use_accelerate_endpoint' => [
- 'type' => 'config',
- 'valid' => ['bool'],
- 'doc' => 'Set to true to send requests to an S3 Accelerate'
- . ' endpoint by default. Can be enabled or disabled on'
- . ' individual operations by setting'
- . ' \'@use_accelerate_endpoint\' to true or false. Note:'
- . ' you must enable S3 Accelerate on a bucket before it can'
- . ' be accessed via an Accelerate endpoint.',
- 'default' => false,
- ],
- 'use_dual_stack_endpoint' => [
- 'type' => 'config',
- 'valid' => ['bool'],
- 'doc' => 'Set to true to send requests to an S3 Dual Stack'
- . ' endpoint by default, which enables IPv6 Protocol.'
- . ' Can be enabled or disabled on individual operations by setting'
- . ' \'@use_dual_stack_endpoint\' to true or false.',
- 'default' => false,
- ],
- 'use_path_style_endpoint' => [
- 'type' => 'config',
- 'valid' => ['bool'],
- 'doc' => 'Set to true to send requests to an S3 path style'
- . ' endpoint by default.'
- . ' Can be enabled or disabled on individual operations by setting'
- . ' \'@use_path_style_endpoint\' to true or false.',
- 'default' => false,
- ],
- ];
- }
- /**
- * {@inheritdoc}
- *
- * In addition to the options available to
- * {@see Aws\AwsClient::__construct}, S3Client accepts the following
- * options:
- *
- * - bucket_endpoint: (bool) Set to true to send requests to a
- * hardcoded bucket endpoint rather than create an endpoint as a result
- * of injecting the bucket into the URL. This option is useful for
- * interacting with CNAME endpoints.
- * - calculate_md5: (bool) Set to false to disable calculating an MD5
- * for all Amazon S3 signed uploads.
- * - use_accelerate_endpoint: (bool) Set to true to send requests to an S3
- * Accelerate endpoint by default. Can be enabled or disabled on
- * individual operations by setting '@use_accelerate_endpoint' to true or
- * false. Note: you must enable S3 Accelerate on a bucket before it can be
- * accessed via an Accelerate endpoint.
- * - use_dual_stack_endpoint: (bool) Set to true to send requests to an S3
- * Dual Stack endpoint by default, which enables IPv6 Protocol.
- * Can be enabled or disabled on individual operations by setting
- * '@use_dual_stack_endpoint\' to true or false. Note:
- * you cannot use it together with an accelerate endpoint.
- * - use_path_style_endpoint: (bool) Set to true to send requests to an S3
- * path style endpoint by default.
- * Can be enabled or disabled on individual operations by setting
- * '@use_path_style_endpoint\' to true or false. Note:
- * you cannot use it together with an accelerate endpoint.
- *
- * @param array $args
- */
- public function __construct(array $args)
- {
- parent::__construct($args);
- $stack = $this->getHandlerList();
- $stack->appendInit(SSECMiddleware::wrap($this->getEndpoint()->getScheme()), 's3.ssec');
- $stack->appendBuild(ApplyChecksumMiddleware::wrap(), 's3.checksum');
- $stack->appendBuild(
- Middleware::contentType(['PutObject', 'UploadPart']),
- 's3.content_type'
- );
- // Use the bucket style middleware when using a "bucket_endpoint" (for cnames)
- if ($this->getConfig('bucket_endpoint')) {
- $stack->appendBuild(BucketEndpointMiddleware::wrap(), 's3.bucket_endpoint');
- } else {
- $stack->appendBuild(
- S3EndpointMiddleware::wrap(
- $this->getRegion(),
- [
- 'dual_stack' => $this->getConfig('use_dual_stack_endpoint'),
- 'accelerate' => $this->getConfig('use_accelerate_endpoint'),
- 'path_style' => $this->getConfig('use_path_style_endpoint')
- ]
- ),
- 's3.endpoint_middleware'
- );
- }
- $stack->appendSign(PutObjectUrlMiddleware::wrap(), 's3.put_object_url');
- $stack->appendSign(PermanentRedirectMiddleware::wrap(), 's3.permanent_redirect');
- $stack->appendInit(Middleware::sourceFile($this->getApi()), 's3.source_file');
- $stack->appendInit($this->getSaveAsParameter(), 's3.save_as');
- $stack->appendInit($this->getLocationConstraintMiddleware(), 's3.location');
- $stack->appendInit($this->getEncodingTypeMiddleware(), 's3.auto_encode');
- $stack->appendInit($this->getHeadObjectMiddleware(), 's3.head_object');
- }
- /**
- * Determine if a string is a valid name for a DNS compatible Amazon S3
- * bucket.
- *
- * DNS compatible bucket names can be used as a subdomain in a URL (e.g.,
- * "<bucket>.s3.amazonaws.com").
- *
- * @param string $bucket Bucket name to check.
- *
- * @return bool
- */
- public static function isBucketDnsCompatible($bucket)
- {
- $bucketLen = strlen($bucket);
- return ($bucketLen >= 3 && $bucketLen <= 63) &&
- // Cannot look like an IP address
- !filter_var($bucket, FILTER_VALIDATE_IP) &&
- preg_match('/^[a-z0-9]([a-z0-9\-\.]*[a-z0-9])?$/', $bucket);
- }
- public function createPresignedRequest(CommandInterface $command, $expires)
- {
- $command = clone $command;
- $command->getHandlerList()->remove('signer');
- /** @var \Aws\Signature\SignatureInterface $signer */
- $signer = call_user_func(
- $this->getSignatureProvider(),
- $this->getConfig('signature_version'),
- $this->getConfig('signing_name'),
- $this->getConfig('signing_region')
- );
- return $signer->presign(
- \Aws\serialize($command),
- $this->getCredentials()->wait(),
- $expires
- );
- }
- public function getObjectUrl($bucket, $key)
- {
- $command = $this->getCommand('GetObject', [
- 'Bucket' => $bucket,
- 'Key' => $key
- ]);
- return (string) \Aws\serialize($command)->getUri();
- }
- /**
- * Raw URL encode a key and allow for '/' characters
- *
- * @param string $key Key to encode
- *
- * @return string Returns the encoded key
- */
- public static function encodeKey($key)
- {
- return str_replace('%2F', '/', rawurlencode($key));
- }
- /**
- * Provides a middleware that removes the need to specify LocationConstraint on CreateBucket.
- *
- * @return \Closure
- */
- private function getLocationConstraintMiddleware()
- {
- $region = $this->getRegion();
- return static function (callable $handler) use ($region) {
- return function (Command $command, $request = null) use ($handler, $region) {
- if ($command->getName() === 'CreateBucket') {
- $locationConstraint = isset($command['CreateBucketConfiguration']['LocationConstraint'])
- ? $command['CreateBucketConfiguration']['LocationConstraint']
- : null;
- if ($locationConstraint === 'us-east-1') {
- unset($command['CreateBucketConfiguration']);
- } elseif ('us-east-1' !== $region && empty($locationConstraint)) {
- $command['CreateBucketConfiguration'] = ['LocationConstraint' => $region];
- }
- }
- return $handler($command, $request);
- };
- };
- }
- /**
- * Provides a middleware that supports the `SaveAs` parameter.
- *
- * @return \Closure
- */
- private function getSaveAsParameter()
- {
- return static function (callable $handler) {
- return function (Command $command, $request = null) use ($handler) {
- if ($command->getName() === 'GetObject' && isset($command['SaveAs'])) {
- $command['@http']['sink'] = $command['SaveAs'];
- unset($command['SaveAs']);
- }
- return $handler($command, $request);
- };
- };
- }
- /**
- * Provides a middleware that disables content decoding on HeadObject
- * commands.
- *
- * @return \Closure
- */
- private function getHeadObjectMiddleware()
- {
- return static function (callable $handler) {
- return function (
- CommandInterface $command,
- RequestInterface $request = null
- ) use ($handler) {
- if ($command->getName() === 'HeadObject'
- && !isset($command['@http']['decode_content'])
- ) {
- $command['@http']['decode_content'] = false;
- }
- return $handler($command, $request);
- };
- };
- }
- /**
- * Provides a middleware that autopopulates the EncodingType parameter on
- * ListObjects commands.
- *
- * @return \Closure
- */
- private function getEncodingTypeMiddleware()
- {
- return static function (callable $handler) {
- return function (Command $command, $request = null) use ($handler) {
- $autoSet = false;
- if ($command->getName() === 'ListObjects'
- && empty($command['EncodingType'])
- ) {
- $command['EncodingType'] = 'url';
- $autoSet = true;
- }
- return $handler($command, $request)
- ->then(function (ResultInterface $result) use ($autoSet) {
- if ($result['EncodingType'] === 'url' && $autoSet) {
- static $topLevel = [
- 'Delimiter',
- 'Marker',
- 'NextMarker',
- 'Prefix',
- ];
- static $nested = [
- ['Contents', 'Key'],
- ['CommonPrefixes', 'Prefix'],
- ];
- foreach ($topLevel as $key) {
- if (isset($result[$key])) {
- $result[$key] = urldecode($result[$key]);
- }
- }
- foreach ($nested as $steps) {
- if (isset($result[$steps[0]])) {
- foreach ($result[$steps[0]] as $key => $part) {
- if (isset($part[$steps[1]])) {
- $result[$steps[0]][$key][$steps[1]]
- = urldecode($part[$steps[1]]);
- }
- }
- }
- }
- }
- return $result;
- });
- };
- };
- }
- /** @internal */
- public static function _applyRetryConfig($value, $_, HandlerList $list)
- {
- if (!$value) {
- return;
- }
- $decider = RetryMiddleware::createDefaultDecider($value);
- $decider = function ($retries, $command, $request, $result, $error) use ($decider, $value) {
- $maxRetries = null !== $command['@retries']
- ? $command['@retries']
- : $value;
- if ($decider($retries, $command, $request, $result, $error)) {
- return true;
- } elseif ($error instanceof AwsException
- && $retries < $maxRetries
- ) {
- if (
- $error->getResponse()
- && $error->getResponse()->getStatusCode() >= 400
- ) {
- return strpos(
- $error->getResponse()->getBody(),
- 'Your socket connection to the server'
- ) !== false;
- } elseif ($error->getPrevious() instanceof RequestException) {
- // All commands except CompleteMultipartUpload are
- // idempotent and may be retried without worry if a
- // networking error has occurred.
- return $command->getName() !== 'CompleteMultipartUpload';
- }
- }
- return false;
- };
- $delay = [RetryMiddleware::class, 'exponentialDelay'];
- $list->appendSign(Middleware::retry($decider, $delay), 'retry');
- }
- /** @internal */
- public static function _applyApiProvider($value, array &$args, HandlerList $list)
- {
- ClientResolver::_apply_api_provider($value, $args, $list);
- $args['parser'] = new GetBucketLocationParser(
- new AmbiguousSuccessParser(
- new RetryableMalformedResponseParser(
- $args['parser'],
- $args['exception_class']
- ),
- $args['error_parser'],
- $args['exception_class']
- )
- );
- }
- /**
- * @internal
- * @codeCoverageIgnore
- */
- public static function applyDocFilters(array $api, array $docs)
- {
- $b64 = '<div class="alert alert-info">This value will be base64 encoded on your behalf.</div>';
- $opt = '<div class="alert alert-info">This value will be computed for you it is not supplied.</div>';
- // Add the SourceFile parameter.
- $docs['shapes']['SourceFile']['base'] = 'The path to a file on disk to use instead of the Body parameter.';
- $api['shapes']['SourceFile'] = ['type' => 'string'];
- $api['shapes']['PutObjectRequest']['members']['SourceFile'] = ['shape' => 'SourceFile'];
- $api['shapes']['UploadPartRequest']['members']['SourceFile'] = ['shape' => 'SourceFile'];
- // Add the ContentSHA256 parameter.
- $docs['shapes']['ContentSHA256']['base'] = 'A SHA256 hash of the body content of the request.';
- $api['shapes']['ContentSHA256'] = ['type' => 'string'];
- $api['shapes']['PutObjectRequest']['members']['ContentSHA256'] = ['shape' => 'ContentSHA256'];
- $api['shapes']['UploadPartRequest']['members']['ContentSHA256'] = ['shape' => 'ContentSHA256'];
- unset($api['shapes']['PutObjectRequest']['members']['ContentMD5']);
- unset($api['shapes']['UploadPartRequest']['members']['ContentMD5']);
- $docs['shapes']['ContentSHA256']['append'] = $opt;
- // Add the SaveAs parameter.
- $docs['shapes']['SaveAs']['base'] = 'The path to a file on disk to save the object data.';
- $api['shapes']['SaveAs'] = ['type' => 'string'];
- $api['shapes']['GetObjectRequest']['members']['SaveAs'] = ['shape' => 'SaveAs'];
- // Several SSECustomerKey documentation updates.
- $docs['shapes']['SSECustomerKey']['append'] = $b64;
- $docs['shapes']['CopySourceSSECustomerKey']['append'] = $b64;
- $docs['shapes']['SSECustomerKeyMd5']['append'] = $opt;
- // Add the ObjectURL to various output shapes and documentation.
- $docs['shapes']['ObjectURL']['base'] = 'The URI of the created object.';
- $api['shapes']['ObjectURL'] = ['type' => 'string'];
- $api['shapes']['PutObjectOutput']['members']['ObjectURL'] = ['shape' => 'ObjectURL'];
- $api['shapes']['CopyObjectOutput']['members']['ObjectURL'] = ['shape' => 'ObjectURL'];
- $api['shapes']['CompleteMultipartUploadOutput']['members']['ObjectURL'] = ['shape' => 'ObjectURL'];
- // Fix references to Location Constraint.
- unset($api['shapes']['CreateBucketRequest']['payload']);
- $api['shapes']['BucketLocationConstraint']['enum'] = [
- "ap-northeast-1",
- "ap-southeast-2",
- "ap-southeast-1",
- "cn-north-1",
- "eu-central-1",
- "eu-west-1",
- "us-east-1",
- "us-west-1",
- "us-west-2",
- "sa-east-1",
- ];
- // Add a note that the ContentMD5 is optional.
- $docs['shapes']['ContentMD5']['append'] = '<div class="alert alert-info">The value will be computed on '
- . 'your behalf.</div>';
- return [
- new Service($api, ApiProvider::defaultProvider()),
- new DocModel($docs)
- ];
- }
- }
|