shirady
shirady
### Describe the bug Hi, There is an issue with AW CLI and put-bucket-lifecycle related to the prefix property. According to the AWS S3 API Prefix is deprecated ([here](https://docs.aws.amazon.com/AmazonS3/latest/API/API_LifecycleRule.html)). ###...
### Environment info - NooBaa Version: master - Platform: NSFS NC ### Actual behavior 1. Creating an account with an existing access key returns `InternalError`: ```json { "error": { "code":...
### Environment info - NooBaa Version: master - Platform: NSFS | NC ### Actual behavior 1. Currently when we read the config file we validate it against the schema. ###...
### Environment info - NooBaa Version: master - Platform: NSFS | NC ### Actual behavior 1. Currently, our code is not consistent with using the variable `config_root_backend`: - Sometimes it...
### Environment info - NooBaa Version: master - Platform: NSFS | NC ### Actual behavior 1. Currently we don't use `strictify` on `nsfs_config_schema`. 2. Currently we use `ajv.validate(schema_name, object_to_validate)` and...
### Environment info - NooBaa Version: master - Platform: NSFS NC ### Actual behavior 1. Currently, when running an update only with the flag name (without actual change) the response...
### Environment info - NooBaa Version: master - Platform: NSFS NC ### Actual behavior 1. Currently, the `wide` property is fetched inside `fetch_bucket_data` and `fetch_account_data` while it is not a...
### Environment info - NooBaa Version: master - Platform: NC ### Actual behavior 1. Currently, the `allow_bucket_creation` value is inferred from the `new_buckets_path`: if the user passes a value to...
### Environment info - NooBaa Version: master - Platform: NC ### Actual behavior 1. Currently we don't have the option to unset the property `new_buckets_path` after the account was created....
### Environment info - NooBaa Version: master - Platform: NC ### Actual behavior 1. Currently users must type the fs_backend with sensitive strings, for example: GPFS. ### Expected behavior 1....