Skip to content

Commit c069533

Browse files
committed
Add login feature to FMC
1 parent b7f9000 commit c069533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/fmc_processing_script.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ def fmc_processing(
185185

186186
logger.info("Upload result to AWS S3 file: " + str(s3_file_uri))
187187

188+
# activate AWS credential from attached service account
189+
helper.get_and_set_aws_credentials()
190+
188191
bc_io.upload_object_to_s3(local_tif, s3_file_uri)
189192

190193
logger.info("finish proection object filter: " + str(dataset_uuid))

0 commit comments

Comments
 (0)