Skip to content

Add S3-compatible cloud storage upload feature#15

Merged
samzong merged 2 commits intomainfrom
feat/upload-image
Feb 25, 2025
Merged

Add S3-compatible cloud storage upload feature#15
samzong merged 2 commits intomainfrom
feat/upload-image

Conversation

@samzong
Copy link
Owner

@samzong samzong commented Feb 25, 2025

Summary

  • Added support for uploading local images to multiple S3-compatible cloud storage services (AWS S3, Cloudflare R2, MinIO)
  • Implemented flexible authentication with proper credential handling
  • Added SSL/TLS security options for custom certificates and self-signed certificates
  • Added support for multiple named storage configurations and switching between them

Test plan

  • Test uploading images to AWS S3, Cloudflare R2, and MinIO
  • Test with different authentication methods
  • Test with custom domain and path prefix
  • Test with multiple storage configurations

🤖 Generated with Claude Code

… service

Signed-off-by: samzong <samzong.lu@gmail.com>
Signed-off-by: samzong <samzong.lu@gmail.com>
@samzong
Copy link
Owner Author

samzong commented Feb 25, 2025

/close #15

@samzong samzong linked an issue Feb 25, 2025 that may be closed by this pull request
@samzong samzong merged commit dedc60d into main Feb 25, 2025
3 checks passed
@samzong samzong deleted the feat/upload-image branch February 25, 2025 07:02
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.

support upload image file to cloud provider object stroage service

1 participant