Skip to content

Feat: S3 private bucket pre-signed URL generation integration#6494

Draft
matzduniuk wants to merge 18 commits into
mainfrom
6377/s3-bucket-integration
Draft

Feat: S3 private bucket pre-signed URL generation integration#6494
matzduniuk wants to merge 18 commits into
mainfrom
6377/s3-bucket-integration

Conversation

@matzduniuk

Copy link
Copy Markdown
Collaborator

This PR addresses #6377

  • Addresses the issue in full
  • Addresses only certain aspects of the issue

Description

  • Sets up a new DTO object for the presigned URL generation endpoint
  • Sets up the new application controller 'bulk-update/upload-url' endpoint
  • Sets up the base service method for validating the new DTO data and creating a template s3Key

How Can This Be Tested/Reviewed?

Provide instructions so we can review, including any needed configuration, and the test cases that need to be QAd.

Author Checklist:

  • Added QA notes to the issue with applicable URLs
  • Reviewed in a desktop view
  • Reviewed in a mobile view
  • Reviewed considering accessibility
  • Added tests covering the changes
  • Made corresponding changes to the documentation
  • Ran yarn generate:client and/or created a migration when required

Review Process:

  • Read and understand the issue
  • Ensure the author has added QA notes
  • Review the code itself from a style point of view
  • Pull the changes down locally and test that the acceptance criteria is met
  • Either (1) explicitly ask a clarifying question, (2) request changes, or (3) approve the PR, even if there are very small remaining changes, if you don't need to re-review after the updates

@matzduniuk matzduniuk added the wip This PR is not ready for review, do not review it's a “Work In Progress” label Jul 9, 2026
@netlify

netlify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deploy Preview for bloom-angelopolis ready!

Name Link
🔨 Latest commit 5946255
🔍 Latest deploy log https://app.netlify.com/projects/bloom-angelopolis/deploys/6a5742f87c5d78000843ba6c
😎 Deploy Preview https://deploy-preview-6494--bloom-angelopolis.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deploy Preview for partners-bloom-dev ready!

Name Link
🔨 Latest commit 5946255
🔍 Latest deploy log https://app.netlify.com/projects/partners-bloom-dev/deploys/6a5742f8c4cc2900072b36d0
😎 Deploy Preview https://deploy-preview-6494--partners-bloom-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deploy Preview for bloom-exygy-dev ready!

Name Link
🔨 Latest commit 5946255
🔍 Latest deploy log https://app.netlify.com/projects/bloom-exygy-dev/deploys/6a5742f86885eb000859fef1
😎 Deploy Preview https://deploy-preview-6494--bloom-exygy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@YazeedLoonat YazeedLoonat left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

looks good overall left you some comments and the next steps for ya
lemme know if you have any questions or ran into anything

Comment thread api/src/controllers/application.controller.ts Outdated
Comment thread api/src/services/application-bulk-upload.service.ts

const listingData = await this.prisma.listings.findUnique({
select: {
jurisdictionId: true,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

we should specify the listing id is responded here so we aren't returning the full listing object

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

We are already limiting the listing response object to only have the jurisdictionId and linked jurisdiction feature flags array

Comment thread api/src/dtos/applications/application-bulk-url.dto.ts Outdated
Comment thread api/src/services/application-bulk-upload.service.ts Outdated
Comment thread api/src/services/application-bulk-upload.service.ts Outdated
@matzduniuk matzduniuk requested a review from YazeedLoonat July 14, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wip This PR is not ready for review, do not review it's a “Work In Progress”

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants