You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sts: test get_object() before put_object() so there are no ACLs
some session policy tests try get_object() after put_object() to test
differences between session- and role policy, but put_object() adds ACLs
that already grant access for get_object()
change the order and test get_object() first so there is no object ACL,
and test for 403 vs 404 to see whether it was denied by policy
Signed-off-by: Casey Bodley <[email protected]>
0 commit comments