Replies: 3 comments
-
From the S3 documentation
This should be the way SDKs behave listing objects. We don't want to add any sorting behavior on top of what S3 offers. I can confirm that this behaves listing underscore
even on a sample single Go v1 SDK this is listing
|
Beta Was this translation helpful? Give feedback.
-
@Madrigal thank you. I'll double check. Maybe I just failed organizing my debug flow. |
Beta Was this translation helpful? Give feedback.
-
I've double checked. Actually here's simplified code example
The bucket is as well at
The main prerequisite differences are sdk versions |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys. Please for the
ListObjectsV2Pages
(hopefully the same as forListObjectsV2
) what is the actuall ordering symbols collation. It turned out it even differs from the one AWS S3 Console lists the objects. It is for sure not the same for underscore_
symbol. It goes before and after alphanumerics for Console and SDK respectively.E.g.
Still what would be the symbols that goes just before alphanumerics still begin visible (it really fits for whitespace
yet the nonblank readable one is needed)
And looking forward would actually github.com/aws/aws-sdk-go-v2 behave the same way in this regard.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions