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
Post a Comment