Documentation Updates and Configuration Improvements
Updated documentation with hardcoded URLs and improved S3 configuration options for better clarity and usability.
April 13, 2026 · Improvement
We've made several improvements to make hookstream easier to use and understand.
Documentation Enhancements
All API URLs in the documentation are now hardcoded for better clarity. Instead of placeholder variables, you'll see the actual URLs you need to use, making it easier to copy and paste examples directly into your code.
S3 Configuration Updates
The AWS S3 provider configuration has been improved:
- The
prefixparameter is now optional - when omitted, events are automatically organized by date - Trailing slashes are added automatically to prefixes for cleaner file organization
- Better default behavior for object storage structure
Back to Changelog.