Skip to content

feat: Add full S3 backend agent as a standalone package in pkg/s3#41

Open
Venksaiabhishek wants to merge 1 commit into
sodafoundation:mainfrom
Venksaiabhishek:feature-s3-backend
Open

feat: Add full S3 backend agent as a standalone package in pkg/s3#41
Venksaiabhishek wants to merge 1 commit into
sodafoundation:mainfrom
Venksaiabhishek:feature-s3-backend

Conversation

@Venksaiabhishek
Copy link
Copy Markdown

  • Includes full Go S3/Contexture agent code in pkg/s3/ (AWS adapters, Contexture OCS engine, tools, api)
  • Add S3 onboarding CLI tool (cmd/s3-onboarding/) for verifying MinIO connectivity
  • Add S3 configuration file (config/s3_config.yaml)
  • Fix unreachable dead code in client.py
  • Fix duplicate httpx import in client.py
  • Fix hardcoded model name in client.py (use MODEL_NAME constant)
  • Fix typo in server.py: promotheus -> prometheus
  • Update .gitignore to exclude Go binaries, tar.gz, and log files

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind new feature
/kind bug fix
/kind cleanup
/kind revert change
/kind design
/kind documentation
/kind enhancement

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Test Report Added?:

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:
/kind TESTED
/kind NOT-TESTED

Test Report:

Special notes for your reviewer:

- Includes full Go S3/Contexture agent code in pkg/s3/ (AWS adapters, Contexture OCS engine, tools, api)
- Add S3 onboarding CLI tool (cmd/s3-onboarding/) for verifying MinIO connectivity
- Add S3 configuration file (config/s3_config.yaml)
- Fix unreachable dead code in client.py
- Fix duplicate httpx import in client.py
- Fix hardcoded model name in client.py (use MODEL_NAME constant)
- Fix typo in server.py: promotheus -> prometheus
- Update .gitignore to exclude Go binaries, tar.gz, and log files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant