Open captchanjack opened 3 years ago
I'm not too familiar with Delimiter/Prefix
usages, but I just walked through this guide on them using both AWSS3.jl
and AWS.jl
and can replicate the same results as the tutorial provides.
Could you provide an example where you create a new bucket, some objects in it and show how it's not providing them back? It's a bit hard to follow along without a full example.
Currently using versions: AWS = "1.24.0" AWSS3 = "0.8.3"
Bug: s3_list_keys/s3_list_objects does not list all objects (recursively) as it should.
I've narrowed it down to the 'delimiter' kwarg.
Looks like either the delimiter query kwarg is not being passed correctly to the lower-level function, or that the bug is occuring in the lower-level function :
To reproduce bug, leave the delimiter kwarg as the default value
'/'
:This works: