We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from py2store import myconfigs from py2store.persisters.new_s3 import S3BucketBaseReader ro_client_kwargs = myconfigs['my_configs_for_this.ini']['s3_all_ro'] s = S3BucketBaseReader(ro_client_kwargs, 'otodata')
>>> list(s) ['/', 'cf-templates/', 'indices/', 'lib/', 'odir/', 'something_else/']
What's that '?' key doing there. What's in it?
'?'
>>> list(s['/']) ['/indices/', '/odir/']
Curiouser and curiouser! We get indices and odir... but not the other ones?!?!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's that
'?'
key doing there. What's in it?Curiouser and curiouser! We get indices and odir... but not the other ones?!?!
The text was updated successfully, but these errors were encountered: