Skip to content

Commit 0237723

Browse files
committed
update api.py
1 parent f3b8f00 commit 0237723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def post_invocations(self, b64images, quality):
744744
shared.s3_client.put_object(
745745
Body=bytes_data,
746746
Bucket=bucket,
747-
Key=f'{key}{image_id}.{suffix}'
747+
Key=f'{key}/{image_id}.{suffix}'
748748
)
749749
images.append(f's3://{bucket}/{key}/{image_id}.png')
750750
return images

0 commit comments

Comments
 (0)