Skip to content

Commit

Permalink
on k8s, hrefs in metadata file still need to be s3 url's
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Apr 17, 2024
1 parent 58b1a5c commit a38343a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openeogeotrellis/deploy/batch_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,8 @@ def run_job(
for file in os.listdir(job_dir):
full_path = str(job_dir) + "/" + file
s3_instance.upload_file(full_path, bucket, full_path.strip("/"))
else:
_convert_job_metadatafile_outputs_to_s3_urls(metadata_file)

try:
get_jvm().com.azavea.gdal.GDALWarp.deinit()
Expand Down

0 comments on commit a38343a

Please sign in to comment.