Skip to content

Conversation

@GarrettBeatty
Copy link
Contributor

@GarrettBeatty GarrettBeatty commented Oct 29, 2025


Remove AmazonWebServiceResponse as base class for transfer utility response objects. These shouldnt extend this class since its not the raw response from amazon web service.

Ran response mapper and transfer utility tests locally.

Dry run - c4907d4e-948c-49c2-9b57-57f93dbde562 - in progress

{
sourceResponse.HttpStatusCode = HttpStatusCode.OK;
sourceResponse.ContentLength = 2048;
sourceResponse.ContentLength = 1024;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to match the value of 1024 we are populating in the headers too

@GarrettBeatty GarrettBeatty marked this pull request as ready for review November 3, 2025 14:38
@GarrettBeatty GarrettBeatty force-pushed the GarrettBeatty/stacked/12 branch from 5aab0cd to f37afba Compare November 3, 2025 14:38
…psonse objects.

stack-info: PR: #4087, branch: GarrettBeatty/stacked/12
@GarrettBeatty GarrettBeatty force-pushed the GarrettBeatty/stacked/12 branch from f37afba to bedfd9d Compare November 6, 2025 15:18
@GarrettBeatty GarrettBeatty mentioned this pull request Nov 6, 2025
10 tasks
@GarrettBeatty GarrettBeatty merged commit 0f9f10e into feature/transfermanager Nov 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants