mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-01-16 16:36:54 +01:00
Updated SDK documentation to reflect accurate boto3 compatibility and document new bucket management features. **API Reference (docs/sdk/api.md)**: - Changed '100% compatibility' to accurate '21 essential methods covering 80% of use cases' - Added complete documentation for create_bucket, delete_bucket, list_buckets methods - Added link to BOTO3_COMPATIBILITY.md for complete coverage details **Examples (docs/sdk/examples.md)**: - Added new 'Bucket Management' section with complete lifecycle examples - Demonstrated idempotent operations for safe automation - Added hybrid boto3/DeltaGlider usage pattern for advanced features - Showed how to use both libraries together effectively All documentation now accurately represents DeltaGlider's capabilities and provides clear guidance on when to use boto3 for advanced features. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>