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

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -