Class AmazonS3
Amazon S3 component that backs up file data.
- S3
- AmazonS3
Package: blesta\components\net\amazon\s3
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/net/amazon_s3/amazon_s3.php
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/net/amazon_s3/amazon_s3.php
public
|
#
__construct( string $access_key, string $secret_key, boolean $use_ssl = true, string $region = null )
Constructs a new AmazonS3 component, setting the credentials |
public
string
|
|
public static
array
|
|
public
boolean
|
#
upload( string $file, string $bucket, string $remote_file_name = null )
Uploads a file to Amazon S3 |