We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4142ec4 commit 835fce0Copy full SHA for 835fce0
scripts/copy_spec.py
@@ -30,7 +30,7 @@ def upload_to_s3(file_path: Path, bucket_name: str, folder_name: str, temporary:
30
s3 = boto3.client("s3")
31
32
# S3 key
33
- key = f"apis/{folder_name}/{file_path.name}"
+ key = f"apis/{folder_name}/{file_path}"
34
35
# --- Compute MD5 Hash for Metadata ---
36
spec_json = file_path.read_text(encoding="utf-8")
0 commit comments