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
Add Owner ID check for bucket with path when prefix is provided (#5146)
* Fix Flake8 Violations
* Add Owner ID check for bucket with path when prefix is provided
**Description**
Previously we called the head_bucket call to ensure the owner ID check, but this doesnt take into consideration cases where the s3 path is provided through the prefix.
This change makes sure that director level permissions are supported.
**Testing Done**
Tested through unit tests, integ tests and manual testing through the installation file.
Yes
* Address PR comment
* Codestyle fixes
* Minor fix
* Codestyle fixes
* Fix Unit tests
0 commit comments