I have a s3
bucket in which i store datafiles that are to be processed by my pyspark code.
the folder i want to access is:
s3a://bucket_name/data/
this folder contains folder. my aim is to access the content of last added folder in this directory. I didnot want to use boto for some reasons. is there any way to access the folder list so i can pick the folder that i suppose to access. I can access files if i specify the folder but i want to make it dynamic.