You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add @ConfigDefault("null") to Optional<String> S3 fields
- Add @ConfigDefault("null") annotations to s3_bucket, s3_prefix, s3_region, s3_access_key_id, s3_secret_access_key
- This is required for Embulk's config system to properly handle Optional fields with null defaults
- Fixes 'Field is required but not set' error when S3 configuration is not provided
0 commit comments