Skip to content

Commit

Permalink
Merge pull request #2282 from ASFHyP3/revert-2279-binary-media-types
Browse files Browse the repository at this point in the history
Revert "binary media types for RestAPI"
  • Loading branch information
jtherrmann authored May 15, 2024
2 parents a6ffc3e + 2ae98fb commit 84444e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.2.2]

### Fixed
- Set `BinaryMediaTypes` to `*/*` for the `AWS::ApiGateway::RestApi` resource to allow images to be served via the HyP3 API. Fixes https://github.com/ASFHyP3/hyp3/issues/2278

## [7.2.1]

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions apps/api/api-cf.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ Resources:
RestApi:
Type: AWS::ApiGateway::RestApi
Properties:
BinaryMediaTypes:
- '*/*'
EndpointConfiguration:
Types:
- {{ 'PRIVATE' if security_environment == 'EDC' else 'REGIONAL' }}
Expand Down

0 comments on commit 84444e0

Please sign in to comment.