Address changes.

This commit is contained in:
Cody Cook 2025-02-22 17:20:19 -08:00
commit 635b3ddcbc
59 changed files with 7249 additions and 2745 deletions

View file

@ -32,6 +32,9 @@ class CDN
]);
}
/**
* @throws \Exception
*/
public function uploadFile(string $localPath, string $remotePath, string $mimeType, string $acl = 'private')
{
try {
@ -48,6 +51,9 @@ class CDN
}
}
/**
* @throws \Exception
*/
public function renameFile(string $oldRemotePath, string $newRemotePath)
{
// S3 does not support renaming directly. Copy then delete.