java - How could I get file size, time and md5 from amazon s3? -


i wanna file's properties stored in amazon s3, easy using api or php?

the easiest way php aws sdk php - google it.

here php examples of of properties can receive: http://docs.aws.amazon.com/aws-sdk-php/latest/class-aws.s3.s3client.html

some include getbucket, getobjectacl, list files, list buckets, etc

you can use command line awscli here: http://aws.amazon.com/cli/


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -