In my s3 bucket, my data is listed as following
test/
dev/
data1.txt
data2.txt
s3_paths = S3_BUCKET.objects.filter(Prefix=prefix_string)
I only wanna get the object of
data1.txt
data2.txt
If there is any way to do it instead of digging into test/
and dev/
folder.