Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: download images from minio s3 buckets. #255

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

Pradip-p
Copy link
Collaborator

@Pradip-p Pradip-p commented Oct 1, 2024

What Type of PR:

  • Feature
  • Bugfix
  • Refactor
  • Documentation
  • Other

Description:

This PR introduces new endpoints to download images from MinIO S3 buckets for each task of a project. The following endpoint has been added:

  • GET /{project_id}/{task_id}/images: Retrieves URLs of uploaded images for a specific task by its ID.
  • Validations included to ensure that only authorized users can access project/task data.
  • Returns an empty list if no images are found for the given task.

@Pradip-p Pradip-p requested a review from nrjadkry October 1, 2024 10:00
@Pradip-p Pradip-p self-assigned this Oct 1, 2024
@github-actions github-actions bot added enhancement New feature or request backend Related to backend code labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants