Skip to content

✨ feat(storage): automatic content-type detection in object put#286

Draft
jfbus wants to merge 1 commit into
profile_defaultsfrom
auto-mime-type
Draft

✨ feat(storage): automatic content-type detection in object put#286
jfbus wants to merge 1 commit into
profile_defaultsfrom
auto-mime-type

Conversation

@jfbus

@jfbus jfbus commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Description

This PR enables automatic content-type detection on storage object put. It can be disabled by setting --no-auto-content-type.

The flag only has an effect on object put and api PutObject, but is added on all storage commands to simplify the code.

Type of Change

Please check the relevant option(s):

  • 🐛 Bug fix
  • ✨ New feature
  • 🧹 Code cleanup or refactor
  • 📝 Documentation update
  • 🔧 Build or CI-related change
  • 🔒 Security fix
  • Other (specify):

How Has This Been Tested?

Please describe the test strategy:

  • Manual testing
  • Unit tests
  • Integration tests
  • Not tested yet

Checklist

  • I have followed the Contributing Guidelines
  • I have added tests or explained why they are not needed
  • I have updated relevant documentation (README, examples, etc.)
  • My changes follow the Conventional Commits specification
  • My commits include appropriate Gitmoji

Additional Context

@github-actions github-actions Bot added the kind/feature New feature or request label Jul 23, 2026
@github-actions

Copy link
Copy Markdown

🔖 auto-tagging: Adding label "kind/feature"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/feature New feature or request

Development

Successfully merging this pull request may close these issues.

1 participant