psugand / CodeIgniter-S3

Amazon S3 Library for CodeIgniter
http://prashant.es
241 stars 115 forks source link

Object Size error #15

Closed cybermatatu closed 7 years ago

cybermatatu commented 9 years ago

Get contents for a bucket returning wrong object size for large objects (tried it with 8.2GB object but returned size as 2GB). Temporary fix was to type cast size as a float in the getBucket function