Closed MichaelLukowski closed 2 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
blueprints/data/multipart_upload.py | 23 | 26.92% | ||
blueprints/data/indexd.py | 33 | 94.48% | ||
<!-- | Total: | 56 | --> |
Totals | |
---|---|
Change from base Build 10290555822: | 0.06% |
Covered Lines: | 7803 |
Relevant Lines: | 10358 |
not sure why some unit tests begin to fail all of sudden with seems to be harmless changes... still checking
Changing from using https://github.com/uc-cdis/cdis-python-utils/ for generating S3 presigned urls to the new presigned url generator https://github.com/uc-cdis/cirrus/
The main reason this change was made was to enable the requester pays bucket presigned url generation.
To enable requester pays buckets a boolean flag must be added to the bucket configuration. example below
New Features
Improvements
boto3
for AWS S3 presigned url generationgen3cirrus
Deployment changes
/fence/config-default.yaml
for detailsDependency updates
gen3cirrus
to 3.1.0boto3
to 1.35.6