# Description of problem (please be detailed as possible and provide log snippests): When an ObjectBucketClaim is created, a configmap & siecret are auto-generated with the following keys: - BUCKET_HOST - BUCKET_PORT - BUCKET_NAME - ... - AWS_ACCESS_KEY_ID - AWS_SECRET_ACCESS_KEY Can we choose or provide custom keys? Is there a way to do that in the ObjectBucketClaim resource definition spec,... so when these configmap & secrets are generated, it uses the keys provided and do autogenerate keys. # Version of all relevant components (if applicable): ODF 4.12 and above