PHP 클래스 Aws\S3\S3MultiRegionClient

상속: extends Aws\MultiRegionClient, implements Aws\S3\S3ClientInterface, use trait Aws\S3\S3ClientTrait
파일 보기 프로젝트 열기: aws/aws-sdk-php

공개 메소드들

메소드 설명
__construct ( array $args )
createPresignedRequest ( Aws\CommandInterface $command, $expires )
determineBucketRegionAsync ( $bucketName )
executeAsync ( Aws\CommandInterface $c )
getArguments ( )
getObjectUrl ( $bucket, $key )

비공개 메소드들

메소드 설명
getCacheKey ( $bucketName )
getRegionalizedCommand ( Aws\CommandInterface $command, $region )
lookupBucketRegion ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $args )
$args array

createPresignedRequest() 공개 메소드

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

determineBucketRegionAsync() 공개 메소드

public determineBucketRegionAsync ( $bucketName )

executeAsync() 공개 메소드

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

getArguments() 공개 정적인 메소드

public static getArguments ( )

getObjectUrl() 공개 메소드

public getObjectUrl ( $bucket, $key )