web/lib/Zend/Cloud/StorageService/Adapter/S3.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    11  * to license@zend.com so we can send you a copy immediately.
    11  * to license@zend.com so we can send you a copy immediately.
    12  *
    12  *
    13  * @category   Zend
    13  * @category   Zend
    14  * @package    Zend_Cloud
    14  * @package    Zend_Cloud
    15  * @subpackage StorageService
    15  * @subpackage StorageService
    16  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    16  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    17  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    17  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    18  */
    18  */
    19 
    19 
    20 require_once 'Zend/Service/Amazon/S3.php';
    20 require_once 'Zend/Service/Amazon/S3.php';
    21 require_once 'Zend/Cloud/StorageService/Adapter.php';
    21 require_once 'Zend/Cloud/StorageService/Adapter.php';
    25  * S3 adapter for unstructured cloud storage.
    25  * S3 adapter for unstructured cloud storage.
    26  *
    26  *
    27  * @category   Zend
    27  * @category   Zend
    28  * @package    Zend_Cloud
    28  * @package    Zend_Cloud
    29  * @subpackage StorageService
    29  * @subpackage StorageService
    30  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    30  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    31  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    31  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    32  */
    32  */
    33 class Zend_Cloud_StorageService_Adapter_S3
    33 class Zend_Cloud_StorageService_Adapter_S3
    34     implements Zend_Cloud_StorageService_Adapter
    34     implements Zend_Cloud_StorageService_Adapter
    35 {
    35 {