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

Refactor: update S3 bucket structure for project files and task images #195

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

Pradip-p
Copy link
Collaborator

@Pradip-p Pradip-p commented Sep 6, 2024

PR Description:

This PR updates the MinIO S3 bucket path structure to better organize project files and task-related images:

  • Project-level files such as dem.tif and map_screenshot.jpg are stored directly under the project directory.
  • Task-specific images are now grouped under a dedicated images folder within each task directory.

The new structure is as follows:

projects/
└── project_id/
    ├── dem.tif
    ├── map_screenshot.jpg
    └── task_id/
        └── images/
            ├── image_1.jpg
            ├── image_2.jpg
            ├── image_3.jpg

screenshot

image

@Pradip-p Pradip-p added enhancement New feature or request backend Related to backend code labels Sep 6, 2024
@Pradip-p Pradip-p self-assigned this Sep 6, 2024
@nrjadkry nrjadkry merged commit 96befe9 into develop Sep 6, 2024
2 checks passed
@nrjadkry nrjadkry deleted the refactor/s3-bucket-path branch September 13, 2024 04:08
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