schubergphilis / awsapilib

A python library exposing services that are not covered by the official boto3 library but are driven by undocumented APIs.
MIT License
60 stars 8 forks source link

Enabled support for nested ous #21

Closed SayantanKhanra10 closed 2 years ago

SayantanKhanra10 commented 2 years ago

Support for Nested OUs

costastf commented 2 years ago

Can you please also check the create_account method? I think it would be affected by this change.

SayantanKhanra10 commented 2 years ago

Can you please also check the create_account method? I think it would be affected by this change.

Indeed it was affected. Made changes to make sure we can create accounts under the 2nd level OUs.

costastf commented 2 years ago

Assuming this was tested I am merging. I need to implement a few small changes on the captchas and will release on Monday. Amazing work, thank you very much!