amazon web services - AWS - access the file in a folder in a s3 bucket using Java -


i want access files in particular s3 bucket folder (there's folder structure).

i want file file object in java. have bucket name, region name , access id me.

please let me know how or link can refer to.

thanks in advance

you can't file object in java since isn't local file. have download first if want use file class. otherwise @ methods available in aws sdk java.


Comments

Popular posts from this blog

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -

c - Why does alarm() cause fgets() to stop waiting? -