Skip to content

Release Dewey 3.0.13 for lsmcok1#59

Merged
iamh2o merged 5 commits into
mainfrom
codex/aws-lsmcok1-release-20260520
May 20, 2026
Merged

Release Dewey 3.0.13 for lsmcok1#59
iamh2o merged 5 commits into
mainfrom
codex/aws-lsmcok1-release-20260520

Conversation

@iamh2o

@iamh2o iamh2o commented May 20, 2026

Copy link
Copy Markdown
Contributor

AWS lsmcok1 release train for 3.0.13. Focused tests and python -m build passed on AWS. Evidence log: /home/ubuntu/.local/state/dayhoff/lsmcok1/release-logs/20260520T075254Z_stage_remaining_service_prs.log

Comment thread dewey_service/app.py
access_url = str(payload.get("presigned_access_url") or "").strip()
if not access_url:
raise HTTPException(status_code=502, detail="Share reference did not produce an access URL")
return RedirectResponse(url=access_url, status_code=status.HTTP_303_SEE_OTHER)

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 37944ec47b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

bucket=str(artifact_payload.get("bucket") or ""),
key=str(artifact_payload.get("key") or ""),
version_id=str(artifact_payload.get("version_id") or "").strip() or None,
expires_in=900,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Limit presigned URL lifetime to share expiry

This generates a 15-minute S3 URL unconditionally, even when the share reference is about to expire. If a share is opened seconds before expires_at, the returned URL remains usable after Dewey has marked the share expired, which breaks the share TTL contract and extends access beyond the configured window. Compute expires_in from the remaining lifetime (e.g., min(900, remaining_seconds)) so access cannot outlive expires_at.

Useful? React with 👍 / 👎.

@iamh2o iamh2o merged commit 152580a into main May 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants