-
Notifications
You must be signed in to change notification settings - Fork 0
feat:fs s3 integration and tilesDeletionStartegy(MAPCO-9806) #24
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
Open
almog8k
wants to merge
20
commits into
master
Choose a base branch
from
feat/fs-s3-integration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7db52cf
feat: add AWS SDK S3 client and new storage provider constant
almog8k c539c90
feat: integrate S3 storage provider with configuration updates
almog8k 96412d0
feat: update tilesDeletion strategy configuration for S3 integration
almog8k 2a55831
feat: tiles deletion strategy with S3 integration and validation schemas
almog8k 0c236f3
feat: register task context and update tiles deletion strategy for pr…
almog8k de75c99
feat: enhance file deletion process by adding cleanup of empty direct…
almog8k 72d3889
feat: improve logging level during S3 deletion and clean up unused ty…
almog8k e0a8630
feat: integrate @map-colonies/raster-shared and update tiles deletion…
almog8k 18623b6
feat: remove unused tiles deletion validation exports
almog8k 6c4eac0
feat: update storage provider keys to use SourceType constants
almog8k 8785aa4
fix: correct file extension formatting in generateRangePaths method
almog8k 633bc77
fix: replace console.debug with logger.debug in validateSchema function
almog8k fa25125
chore: update dependencies for mc-priority-queue and raster-shared
almog8k b22f4f8
fix: pr issues
almog8k e262f90
feat: update js-logger to version 5.0.0 and switch schemas to commonW…
almog8k ee226de
feat: add opentelemetry options to logger configuration in JSON files
almog8k ad74141
feat: implement targetExists method for filesystem and S3 storage pro…
almog8k 0f76f65
helm: deployment adjustments
almog8k 6714172
feat: update simulate-deletion script and Dockerfile for tile deletio…
almog8k 56d18f2
feat: update @map-colonies/schemas dependency to version 1.20.0
almog8k File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check if
Storage Classis neededThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to specify the Storage Class when deleting an object because S3 only needs the object's exact "address" to find and destroy it.