bcgov / common-object-management-service

A microservice for managing access control to S3 Objects
https://bcgov.github.io/common-object-management-service/
Apache License 2.0
6 stars 9 forks source link

Keep existing public status after object update #261

Closed TimCsaky closed 3 months ago

TimCsaky commented 3 months ago

when uploading a new version or modifying metadata, let object keep existing public status in db.

Description

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

Further comments

codeclimate[bot] commented 3 months ago

Code Climate has analyzed commit 0221e4bb and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 3

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 68.1% (0.0% change).

View more on Code Climate.

github-actions[bot] commented 3 months ago

Coverage Report

Totals Coverage
Statements: 61.1% ( 3047 / 4987 )
Methods: 50.99% ( 335 / 657 )
Lines: 68.13% ( 1830 / 2686 )
Branches: 53.65% ( 882 / 1644 )