cloud-storage code commented out

parent 785ce477
Showing with 2 additions and 2 deletions
<?php
/*
require 'vendor/autoload.php';
use Google\Cloud\Storage\StorageClient;
......@@ -24,7 +24,7 @@ function upload_to_bucket ($bucket_name, $path) {
}
}
*/
// upload a file to local server filesystem
function upload_to_local ($path) {
if(isset($_FILES['file'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment