Support S3 to s3 - #104
Merged
Merged
Conversation
Add support for copying data from any S3-compatible source directly to an S3-compatible destination (e.g. Crusoe S3), alongside the existing shared-disk destination mode. Key changes: - Rename OCI_* source config to generic SRC_S3_* (clean break) - Add DEST_TYPE (disk|s3) with DEST_S3_* credential fields - Generate [src] + optional [dest] remotes in rclone.conf - Worker command writes to dest:bucket when DEST_TYPE=s3 - 1 TiB coordination PVC for shards/logs in S3 dest mode - Auto-create StorageClass in preflight for both dest modes - Replace VAST/OCI-specific references with generic terminology - Update .env.example, README, reference YAML, and bench scripts
chinmaybaikar
requested review from
datadoc24,
smazigh and
youngjeong46
as code owners
September 3, 2026 18:53
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add support for copying data from any S3-compatible source directly to an S3-compatible destination (e.g. Crusoe S3), alongside the existing shared-disk destination mode.
Key changes: