Closed nicolas2bert closed 1 week ago
My role is to assist you with the merge of this
pull request. Please type @bert-e help
to get information
on this process, or consult the user documentation.
Status report is not available.
The Fix Version/s
in issue CLDSRV-569 contains:
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
7.70.55
8.6.29
8.7.50
8.8.36
Please check the Fix Version/s
of CLDSRV-569, or the target
branch of this pull request.
ping
Waiting for integration branch creation to be requested by the user.
To request integration branches, please comment on this pull request with the following command:
/create_integration_branches
Alternatively, the /approve
and /create_pull_requests
commands will automatically
create the integration branches.
/approve
A conflict has been raised during the creation of
integration branch w/8.6/bugfix/CLDSRV-569/delete-bucket-encryption
with contents from bugfix/CLDSRV-569/delete-bucket-encryption
and development/8.6
.
I have not created the integration branch.
Here are the steps to resolve this conflict:
$ git fetch
$ git checkout -B w/8.6/bugfix/CLDSRV-569/delete-bucket-encryption origin/development/8.6
$ git merge origin/bugfix/CLDSRV-569/delete-bucket-encryption
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/8.6/bugfix/CLDSRV-569/delete-bucket-encryption
The following options are set: approve
I have created the integration data for the additional destination branches.
bugfix/CLDSRV-569/delete-bucket-encryption
into
development/7.70
development/8.6
development/8.7
development/8.8
The following branches will NOT be impacted:
development/7.10
development/7.4
You can set option create_pull_requests
if you need me to create
integration pull requests in addition to integration branches, with:
@bert-e create_pull_requests
The following options are set: approve
I have successfully merged the changeset of this pull request into targetted development branches:
:heavy_check_mark: development/7.70
:heavy_check_mark: development/8.6
:heavy_check_mark: development/8.7
:heavy_check_mark: development/8.8
The following branches have NOT changed:
development/7.10
development/7.4
Please check the status of the associated issue CLDSRV-569.
Goodbye nicolas2bert.
The following options are set: approve
Context: When a bucket is deleted, we don't remove the encryption information entirely; instead, we hide it using the mandatory property. This allows the default encryption master key to be reused.
Issue: After calling S3.deleteBucketEncryption, the isAccountEncryptionEnabled flag is being removed. This flag is crucial, as it prevents the master encryption key from being deleted during a bucket deletion when the key is set at the account level.