Very bad issue found: method AWS_Provider::get_object doesn’t return anything
-
Hey there, I was working with some private files and I wanted to use the client you’d instantiated to get objects from the s3 bucket. The problem is that the method that should return the object isn’t returning anything.
The method is the following:
/** * Download object, destination specified in args. * * @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#getobject * * @param array $args */ public function get_object( array $args ) { $this->s3_client->getObject( $args ); }And it can be found in the class:
DeliciousBrains\WP_Offload_Media\Providers\Storage\AWS_Provider.I really need this method to conclude my work here. Please, answer me as fast as possible 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Very bad issue found: method AWS_Provider::get_object doesn’t return anything’ is closed to new replies.