creative-x-ferrero/core
DJP ccb5203948 Fix: Pass filename parameter to presigned_url endpoint
The CreativeX API requires a 'filename' parameter when requesting presigned URLs.

Changes:
- Updated get_presigned_url() to accept filename parameter
- Pass filename to API as query parameter
- Updated upload script to pass filename when requesting URL
- Updated test_connection to use test filename

This fixes the 'filename is missing' error.
2026-01-09 14:42:23 -05:00
..
__init__.py Initial commit: CreativeX API integration for Ferrero assets 2026-01-09 14:33:00 -05:00
api_client.py Fix: Pass filename parameter to presigned_url endpoint 2026-01-09 14:42:23 -05:00
data_loader.py Initial commit: CreativeX API integration for Ferrero assets 2026-01-09 14:33:00 -05:00
filename_parser.py Initial commit: CreativeX API integration for Ferrero assets 2026-01-09 14:33:00 -05:00
validators.py Initial commit: CreativeX API integration for Ferrero assets 2026-01-09 14:33:00 -05:00