1. create a namespace bucket on top of Namespace resource pointing to an s3 endpoint and bucket.
2. create an alias with s3api client pointing to noobaa endpoint and has access to the namespace bucket from bullet 1.
3. s3api list-multiparts --bucket ns.bucket --key upload1 --upload-id=<non-existing-upload-id>
4. s3api abort-upload --bucket ns.bucket --key upload1 --upload-id=<non-existing-upload-id>
5. s3api upload-part --bucket ns.bucket --key upload1 --upload-id=<non-existing-upload-id>
s.
Environment info
Actual behavior
Expected behavior
Steps to reproduce
More information - Screenshots / Logs / Other output
s.