PHP 클래스 Craft\Imager_AwsService

상속: extends craft\BaseApplicationComponent
파일 보기 프로젝트 열기: aelvan/Imager-Craft

공개 프로퍼티들

프로퍼티 타입 설명
$s3

공개 메소드들

메소드 설명
__construct ( ) Constructor
invalidateCloudfrontPaths ( $paths ) : boolean Invalidates paths in a cloudfront distribution
uploadToAWS ( $filePath ) Upload file to AWS

비공개 메소드들

메소드 설명
_getAWSStorageClass ( ) : string Get AWS storage type
_getS3Object ( ) : null | S3 Returns the S3 object

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

invalidateCloudfrontPaths() 공개 메소드

Invalidates paths in a cloudfront distribution
public invalidateCloudfrontPaths ( $paths ) : boolean
$paths
리턴 boolean

uploadToAWS() 공개 메소드

Upload file to AWS
public uploadToAWS ( $filePath )
$filePath

프로퍼티 상세

$s3 공개적으로 프로퍼티

public $s3