mirror of
https://github.com/ceph/s3-tests.git
synced 2025-02-16 11:16:31 +00:00
Accessing a non-constant global from another module is tricky, as the import binds to the original object. Rebinding the name in the original module does not change it in importers. Use a getter as a quick workaround. |
||
---|---|---|
.. | ||
__init__.py | ||
AnonymousAuth.py | ||
test_s3.py | ||
utils.py |