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

us-gov-east-1 region missing from RegionUtils.java #3178

Closed
dtufekcic opened this issue Jan 26, 2023 · 2 comments
Closed

us-gov-east-1 region missing from RegionUtils.java #3178

dtufekcic opened this issue Jan 26, 2023 · 2 comments
Assignees
Labels
bug Something isn't working core Issues with the AWS Android Core library pending-release Code has been merged but pending release

Comments

@dtufekcic
Copy link

Describe the bug
I am trying to use the us-gov-east-1 region with S3 in Android. I can use the Regions.US_GOV_EAST_1 enum, but I cannot retrieve any Region objects based on this enum.

To Reproduce
A code sample or steps:

Region r = Region.getRegion(US_GOV_EAST_1); // r is null

Which AWS service(s) are affected?
S3

Expected behavior
I expect to get a Region object for US_GOV_EAST_1

Environment Information (please complete the following information):

  • AWS Android SDK Version: 2.62.2
  • Device: Pixel 6 Pro
  • Android Version: 13
  • Specific to simulators: No
@eeatonaws eeatonaws added bug Something isn't working core Issues with the AWS Android Core library labels Jan 27, 2023
@eeatonaws eeatonaws self-assigned this Jan 27, 2023
@eeatonaws
Copy link
Contributor

Thank you for reporting this issue. We are working on a fix.

@eeatonaws eeatonaws added the pending-release Code has been merged but pending release label Jan 30, 2023
@eeatonaws
Copy link
Contributor

A fix has been released in AWS SDK for Android version 2.63.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Issues with the AWS Android Core library pending-release Code has been merged but pending release
Projects
None yet
Development

No branches or pull requests

2 participants