feat: Add RustFS artifact object store and migration tool
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Docs CI / lint-and-preview (push) Has been cancelled
				
			- Implemented RustFsArtifactObjectStore for managing artifacts in RustFS. - Added unit tests for RustFsArtifactObjectStore functionality. - Created a RustFS migrator tool to transfer objects from S3 to RustFS. - Introduced policy preview and report models for API integration. - Added fixtures and tests for policy preview and report functionality. - Included necessary metadata and scripts for cache_pkg package.
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| release: | ||||
|   version: "2025.10.0-edge" | ||||
|   channel: "edge" | ||||
|   date: "2025-10-01T00:00:00Z" | ||||
|   calendar: "2025.10" | ||||
|   release: | ||||
|     version: "2025.10.0-edge" | ||||
|     channel: "edge" | ||||
|     date: "2025-10-01T00:00:00Z" | ||||
|     calendar: "2025.10" | ||||
|   components: | ||||
|     - name: authority | ||||
|       image: registry.stella-ops.org/stellaops/authority@sha256:a8e8faec44a579aa5714e58be835f25575710430b1ad2ccd1282a018cd9ffcdd | ||||
| @@ -20,10 +20,12 @@ release: | ||||
|       image: registry.stella-ops.org/stellaops/excititor@sha256:d9bd5cadf1eab427447ce3df7302c30ded837239771cc6433b9befb895054285 | ||||
|     - name: web-ui | ||||
|       image: registry.stella-ops.org/stellaops/web-ui@sha256:38b225fa7767a5b94ebae4dae8696044126aac429415e93de514d5dd95748dcf | ||||
|   infrastructure: | ||||
|     mongo: | ||||
|       image: docker.io/library/mongo@sha256:c258b26dbb7774f97f52aff52231ca5f228273a84329c5f5e451c3739457db49 | ||||
|     minio: | ||||
|       image: docker.io/minio/minio@sha256:14cea493d9a34af32f524e538b8346cf79f3321eff8e708c1e2960462bd8936e | ||||
|   checksums: | ||||
|     releaseManifestSha256: 822f82987529ea38d2321dbdd2ef6874a4062a117116a20861c26a8df1807beb | ||||
|   infrastructure: | ||||
|     mongo: | ||||
|       image: docker.io/library/mongo@sha256:c258b26dbb7774f97f52aff52231ca5f228273a84329c5f5e451c3739457db49 | ||||
|     minio: | ||||
|       image: docker.io/minio/minio@sha256:14cea493d9a34af32f524e538b8346cf79f3321eff8e708c1e2960462bd8936e | ||||
|     rustfs: | ||||
|       image: registry.stella-ops.org/stellaops/rustfs:2025.10.0-edge | ||||
|   checksums: | ||||
|     releaseManifestSha256: 64d5b05c864bbfaeb29dad3958f4e7ff43d13393059da558ab355cebb9aba2b7 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user