PHP Class Aws\S3\S3MultiRegionClient

Inheritance: extends Aws\MultiRegionClient, implements Aws\S3\S3ClientInterface, use trait Aws\S3\S3ClientTrait
Afficher le fichier Open project: aws/aws-sdk-php

Méthodes publiques

Méthode Description
__construct ( array $args )
createPresignedRequest ( Aws\CommandInterface $command, $expires )
determineBucketRegionAsync ( $bucketName )
executeAsync ( Aws\CommandInterface $c )
getArguments ( )
getObjectUrl ( $bucket, $key )

Private Methods

Méthode Description
getCacheKey ( $bucketName )
getRegionalizedCommand ( Aws\CommandInterface $command, $region )
lookupBucketRegion ( )

Method Details

__construct() public méthode

public __construct ( array $args )
$args array

createPresignedRequest() public méthode

public createPresignedRequest ( Aws\CommandInterface $command, $expires )
$command Aws\CommandInterface

determineBucketRegionAsync() public méthode

public determineBucketRegionAsync ( $bucketName )

executeAsync() public méthode

public executeAsync ( Aws\CommandInterface $c )
$c Aws\CommandInterface

getArguments() public static méthode

public static getArguments ( )

getObjectUrl() public méthode

public getObjectUrl ( $bucket, $key )