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

Fixed issue with shared s3 buckets (#221) #222

Merged
merged 1 commit into from
May 10, 2024
Merged

Commits on May 10, 2024

  1. Fixed issue with shared s3 buckets (#221)

    - PPaasTestStatus.getAllStatus on the root s3 folder were finding tests from the shared subfolders on shared s3 buckets. It was then erroring when trying to load the status for those files
    - Added export constant for the shared folder which can be overridden by SHARED_ENVIRONMENT_PREFIX env
    - Added code to the getAllStatus function to ignore s3 keys that start with SHARED_ENVIRONMENT_PREFIX when our KEYSPACE_PREFIX is an empty string
    tkmcmaster authored May 10, 2024
    Configuration menu
    Copy the full SHA
    0221bff View commit details
    Browse the repository at this point in the history