stac-utils / stac-task

Provides a class interface for running custom algorithms on STAC ItemCollections
Apache License 2.0
21 stars 5 forks source link

add Task.upload_local_item_assets_to_s3 method #113

Closed philvarner closed 7 months ago

philvarner commented 7 months ago

Related Issue(s):

Proposed Changes:

  1. Add upload_local_item_assets_to_s3 method that uploads all local items (in workdir) to S3.

PR Checklist:

ircwaves commented 7 months ago

Given the test failure, I imagine this is waiting to be rebased after #114?