In the Lastest SDK s3.class.php get_canonical_user_id function: ``` return array( 'id' => (string) $id->body->Owner->ID, 'display_name' => (string) $id->body->Owner->DisplayName ); ``` The Converting to String making the Apache server crash.
In the Lastest SDK s3.class.php get_canonical_user_id function:
The Converting to String making the Apache server crash.