check_credentials(write=True)
fails when credential only has the write permission.
#11
Labels
enhancement
New feature or request
As I mentioned earlier, When credential only has the write permission, the
check_credentials(write=True)
will fail.Repeat code:
The reasons is we accidentally call the
delete_obejct
intest_access_write
python-storagelib/src/kiwixstorage/__init__.py
Lines 307 to 308 in ddf1662
The text was updated successfully, but these errors were encountered: