Skip to content

Commit dde1915

Browse files
committed
fix issue with no s3 config file and CFT
1 parent 7f1c4cf commit dde1915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ Resources:
221221
role_arn=os.environ.get('ROLE_ARN'),
222222
write_bucket=write_bucket,
223223
read_bucket=read_bucket,
224-
local_file_system_path="")
224+
write_tmpdir="/tmp/fmbench-write",
225+
read_tmpdir="/tmp/fmbench-read")
225226
s3.put_object(Bucket=read_bucket, Key=dst_key, Body=content)
226227
logger.info(f"going to copy config file after editing from {copy_source} -> s3://{read_bucket}/{dst_key}")
227228
else:

0 commit comments

Comments
 (0)