Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Change ARN's to use correct partition #7699

Merged
merged 1 commit into from
May 19, 2024

Conversation

bblommers
Copy link
Collaborator

@bblommers bblommers commented May 16, 2024

Based on @dfangl 's excellent work here: https://github.com/localstack/moto/tree/hackathon/partitions

Related:
PR where we allowed URL's with different partitions: #6412
PR where we changed STS ARN's to contain the aws-cn partition: #7336

Outstanding tasks that will be fixed in subsequent PR's:

  • ARN validation
  • ARN's for global services (S3, Cloudfront, etc)

@bblommers bblommers added this to the 5.0.8 milestone May 16, 2024
@bblommers bblommers force-pushed the feature/partition-support branch from 9bf4a49 to 33715c8 Compare May 16, 2024 11:27
Copy link

codecov bot commented May 16, 2024

Codecov Report

Attention: Patch coverage is 99.66330% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 94.33%. Comparing base (792f7a3) to head (33715c8).

Files Patch % Lines
moto/ecs/models.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7699   +/-   ##
=======================================
  Coverage   94.33%   94.33%           
=======================================
  Files        1087     1087           
  Lines       92672    92753   +81     
=======================================
+ Hits        87419    87497   +78     
- Misses       5253     5256    +3     
Flag Coverage Δ
servertests 29.45% <35.01%> (+0.03%) ⬆️
unittests 94.30% <99.66%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bblommers bblommers merged commit fefe530 into getmoto:master May 19, 2024
40 checks passed
@bblommers bblommers deleted the feature/partition-support branch May 19, 2024 10:46
Copy link
Contributor

This is now part of moto >= 5.0.8.dev10

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.

1 participant