X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/aws/aws-sdk-php/src/Retry
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Retry
/
📁
..
📄
Configuration.php
(1.36 KB)
📄
ConfigurationInterface.php
(587 B)
📄
ConfigurationProvider.php
(7.54 KB)
📁
Exception
📄
QuotaManager.php
(2.51 KB)
📄
RateLimiter.php
(5.02 KB)
📄
RetryHelperTrait.php
(1.52 KB)
Editing: ConfigurationInterface.php
<?php namespace Aws\Retry; /** * Provides access to retry configuration */ interface ConfigurationInterface { /** * Returns the retry mode. Available modes include 'legacy', 'standard', and * 'adapative'. * * @return string */ public function getMode(); /** * Returns the maximum number of attempts that will be used for a request * * @return string */ public function getMaxAttempts(); /** * Returns the configuration as an associative array * * @return array */ public function toArray(); }
Upload File
Create Folder