We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470d1c7 commit b28c464Copy full SHA for b28c464
1 file changed
src/fastapi_cloud_cli/commands/deploy.py
@@ -180,7 +180,6 @@ def _upload_deployment(deployment_id: str, archive_path: Path) -> None:
180
upload_data = RequestUploadResponse.model_validate(response.json())
181
logger.debug("Received upload URL: %s", upload_data.url)
182
183
- # Upload the archive
184
logger.debug("Starting file upload to S3")
185
with open(archive_path, "rb") as archive_file:
186
upload_response = client.post(
0 commit comments