コード例 #1
0
 public function __construct(Configuration $configuration, $accountId, $sapi = true)
 {
     $this->configuration = $configuration;
     $this->accountId = $accountId;
     $storageApi = $this->configuration->getStorageApi();
     $sysBucket = $this->configuration->getSysBucketId();
     parent::__construct($storageApi, $sysBucket . '.' . $accountId, "");
 }