-
Notifications
You must be signed in to change notification settings - Fork 3
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
Release V 0.14.2 #250
Release V 0.14.2 #250
Conversation
Bumps [ASFHyP3/actions](https://github.com/asfhyp3/actions) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/asfhyp3/actions/releases) - [Changelog](https://github.com/ASFHyP3/actions/blob/develop/CHANGELOG.md) - [Commits](ASFHyP3/actions@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: ASFHyP3/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…3/actions-0.11.0 Bump ASFHyP3/actions from 0.10.0 to 0.11.0
Co-authored-by: Joseph H Kennedy <[email protected]>
Co-authored-by: Joseph H Kennedy <[email protected]>
…/hyp3-autorift into auto_upload_its_live_data_bucket
Set up access key use for open data upload
Change to a publish-bucket parameter to enable testing
Co-authored-by: Forrest Williams <[email protected]>
add an option to upload the open data
Developer checklist
Reviewer checklist
|
To run the container, first pull the dev version:
Then run it specifying the test open data bucket!!!
|
You'll then need to check the test bucket to ensure that the data has been correctly uploaded. |
Have confirmed that running: hyp3_autorift LC09_L1GT_215109_20220125_20230430_02_T2 LC09_L1GT_215109_20220210_20230428_02_T2 --publish-bucket its-live-data-test With the correct environment variables set runs and uploads data to the test bucket. There is an issue with the docker command above, but I'm guessing it uses the wrong version of the docker container. |
Refactor publishing open data
This release does followings:
--publish-bucket
option has been added to the HyP3 entry point to publish product to the ITS_LIVE AWS Open Data bucket,s3://its-live-data
or the test buckets3://its-live-data-test
.upload_file_to_s3_with_upload_access_keys
to perform S3 uploads with credentialed S3 clients.UPLOAD_ACCESS_KEY_ID
andUPLOAD_ACCESS_KEY_SECRET
to upload products to write-protected bucket.