avks / ZenS3

An AJAX Upload Interface for S3 Buckets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am getting some error while uploading

Bijoykrishna6398 opened this issue · comments


Notice: Undefined property: stdClass::$body in C:\xampp\htdocs\Upload\libs\S3.php on line 1903

Warning: S3::putObject(): [PermanentRedirect] The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. in C:\xampp\htdocs\Upload\libs\S3.php on line 222

Hi,
This repo has not been updated in years. A lot has changed in the meantime. The app uses s3 php class by @tpyo. A quick search revealed that you need to call S3::setEndpoint first. Here you can find more information. Accordingly edit upload.php file.