<?php /**/ ?><?php
ini_set(
  'include_path',
    ini_get( 'include_path' ) . PATH_SEPARATOR . "/home/rdhyee/pear/lib/php" . PATH_SEPARATOR . "/home/rdhyee/phplib"
    );
require_once("s3.class.php");

$s3Obj = new s3();
print $s3Obj->getBuckets(); 
?>
