Skip to content

Commit 835fce0

Browse files
committed
updated key.
1 parent 4142ec4 commit 835fce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copy_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def upload_to_s3(file_path: Path, bucket_name: str, folder_name: str, temporary:
3030
s3 = boto3.client("s3")
3131

3232
# S3 key
33-
key = f"apis/{folder_name}/{file_path.name}"
33+
key = f"apis/{folder_name}/{file_path}"
3434

3535
# --- Compute MD5 Hash for Metadata ---
3636
spec_json = file_path.read_text(encoding="utf-8")

0 commit comments

Comments
 (0)