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
* Set owner-only (0600) permissions on streaming and S3 Select output files
* Add tests to verify output file permissions are set to 0600
* Add changelog entry for file permissions
* Use os.chmod instead of os.fchmod
* Add comment explaining permission bitmask in tests
"description": "Output files created by S3 Select and streaming output commands are now created with owner-only permissions (0600). Existing files are also tightened to 0600 when overwritten."
0 commit comments