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

Add an upload_item_to_s3 method #153

Open
pjhartzell opened this issue Oct 14, 2024 · 1 comment
Open

Add an upload_item_to_s3 method #153

pjhartzell opened this issue Oct 14, 2024 · 1 comment

Comments

@pjhartzell
Copy link
Collaborator

A companion upload_item_to_s3 method to the existing upload_item_assets_to_s3 method would be useful for storing a canonical STAC Item to live alongside the assets in S3.

@jkeifer
Copy link
Member

jkeifer commented Nov 21, 2024

An issue here is that the item is updated after the task completes. We need to consider if this should just happen automatically. Or if the item updates should be done manually rather than automatically in the background.

Per discussion, we're leaning to making all enrichment/actions be manual for now. Once we get enough and the boilerplate becomes too onerous we can revisit how best to make applying what you need easier.

tl;dr: we want this method. But we need to pull the automatic item updates out of being done automatically in some way so we can call that before calling this function.

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

No branches or pull requests

2 participants