Skip to content

Update AWSSDK.S3 and AWSSDK.SecurityToken versions - #26040

Open
nazem0 wants to merge 2 commits into
abpframework:rel-10.7from
nazem0:patch-1
Open

Update AWSSDK.S3 and AWSSDK.SecurityToken versions#26040
nazem0 wants to merge 2 commits into
abpframework:rel-10.7from
nazem0:patch-1

Conversation

@nazem0

@nazem0 nazem0 commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Description

Resolves #26038

Updated the AWSSDK.S3 dependency to 4.0.102.3.

I tested the change in two ways:

Tested it in my own existing ABP project by updating the package and running the application and EF Core migration workflow.
Downloaded the library source, applied the package version change, built it, and tested the updated package independently.
No breaking changes are expected.

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)

How to test it?

Update AWSSDK.S3 from 4.0.7.2 to 4.0.102.3.
Restore and build the project.
Run the application and verify that the AWS S3 integration continues to work.
Run an EF Core migration using the Visual Studio Package Manager Console, for example:
Add-Migration TestMigration
Verify that the migration is generated successfully without the AWSSDK.Core NU1901 warning causing the command to terminate.
Verify that existing S3 functionality continues to work as expected.

@nazem0 nazem0 mentioned this pull request Aug 22, 2026
1 task
@nazem0

nazem0 commented Aug 22, 2026

Copy link
Copy Markdown
Contributor Author

Hi @maliming , I’ve made the requested changes in this PR. Could you please take a look when you get a chance? Thanks!
Old PR : #26039

@maliming
maliming self-requested a review August 23, 2026 04:48
@maliming

Copy link
Copy Markdown
Member

Hi @nazem0,

Thanks for moving it to rel-10.7 and for bumping AWSSDK.SecurityToken as well. AWSSDK.Core resolves to 4.0.102 now and the NU1901 warning is gone.

I pushed one commit to your branch to update docs/en/package-version-changes.md - that file is normally updated by a workflow, but it doesn't run for PRs coming from forks.

Thanks

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.

2 participants