You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
469 B

<?php
use SamApiLib\HcpApi;
require_once __DIR__ . "/../SamApiLib/HcpApi.php";
$protocol = "https";
$repository_url = "af-sam.archivesfactory.cloud";
$tenant = "cfe228";
$namespace = "cfe228";
$url = "https://cfe228.cfe228.af-sam.archivesfactory.cloud";
$login = "cfe228";
$password = "Test-S3-&-Tenant-Suppl";
$filename = "TEST/testdoc.txt";
$api= new HcpApi($protocol, $repository_url, $tenant, $namespace, $login, $password);
echo $api->delete_file($filename);