shirady
shirady
Hi @RyanFitzSimmonsAK, I updated the version (`aws-cli/2.15.10 Python/3.11.7 Darwin/23.0.0 source/arm64 prompt/off`) and I still have this issue. I also tried to use the file created in the terminal by running:...
Please add a unit test for updating a bucket (see [this comment](https://github.com/noobaa/noobaa-core/pull/7785#discussion_r1477749730) with manual description): 1. Create an account with `new_buckets_path` (`allow_bucket_creation` is true). 2. Created a bucket. 3. Update...
The verification will be tracked by the [BZ 2262992](https://bugzilla.redhat.com/show_bug.cgi?id=2262992).
It was validated in mentioned BZ above.
@romayalon I tested it on my Mac, but I haven't tried it on Linux yet. Would we solve it for Mac? (it seems link a minor change) so we can...
It is on hold (I cleared the assignees).
@romayalon I didn't find a matching example for the account's name restriction in our code as we have for the bucket name - in NSFS we use `validate_bucket_creation` which is...
@romayalon I thought that since we use the argv with minimist we don't need this trim, but I checked this and I think we should have it at constraint as...
Hi, Adding naming restriction that we should check the behavior and add to the naming limitation: 1. '/' (tested and it created `.json` file under `/etc/noobaa.conf.d/accounts`). 2. '.' 3. ''...
@romayalon attached the restrictions for username in User ([link to documentation](https://docs.aws.amazon.com/IAM/latest/APIReference/API_User.html)): > UserName > The friendly name identifying the user. > Type: String > Length Constraints: Minimum length of 1....