Skip to content

Add AUS region support#245

Merged
pru55e11 merged 3 commits intomainfrom
add-aus-region-support
Nov 24, 2025
Merged

Add AUS region support#245
pru55e11 merged 3 commits intomainfrom
add-aus-region-support

Conversation

@pru55e11
Copy link
Copy Markdown
Contributor

  • Added 'aus' to ALLOWED_REGIONS constant
  • Updated TypeScript definitions to include 'aus' region type
  • Updated JSDoc documentation for region parameters
  • Added comprehensive test coverage for AUS region
  • Verified stage environment correctly rejects non-AMER regions

ACNA-4170

Adds support for the new Australia (AUS) region to the Adobe I/O State library for data residency compliance.

tested locally and in runtime, linting clean

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

shazron and others added 3 commits November 13, 2025 16:35
… the lib

These are passed down to the underlying HttpExponentialBackoff instance from the @adobe/aio-lib-core-networking dependency
This commit adds support for the new Australia (AUS) region to the
Adobe I/O State library, enabling customers to store their data in
Australia for data residency requirements.

Changes:
- Add 'aus' to ALLOWED_REGIONS constant
- Update TypeScript definitions to include 'aus' region type
- Update JSDoc documentation for region parameters
- Add test coverage for AUS region initialization and endpoint generation
- Verify stage environment correctly rejects non-AMER regions including AUS

The new AUS region connects to:
https://storage-state-aus.app-builder.adp.adobe.io

All regions (AMER, EMEA, APAC, AUS) have been tested successfully
against live endpoints with full PUT/GET/DELETE operation verification.

Related: ACNA-4170 - Australia region deployment
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@pru55e11 pru55e11 requested a review from dthampy November 24, 2025 20:12
@pru55e11 pru55e11 merged commit 8fe9204 into main Nov 24, 2025
11 checks passed
@pru55e11 pru55e11 deleted the add-aus-region-support branch November 24, 2025 22:28
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.

4 participants