Skip to content

CTERA Python SDK 2.20.28 — Strict Permission Fixes for File Operations

Choose a tag to compare

@udirctera udirctera released this 27 Jan 15:24
· 12 commits to master since this release
43a78c7

Added strict_permission support across core file operations (mkdir/makedirs/upload/copy/move/rename/delete).
Refined strict-permission handling to avoid false permission errors on successful operations.
Improved strict-permission detection for background tasks using (rc, msg, error_type) tuples.
Adjusted recursive directory creation to skip portal root segments.
Treated “completed with warnings” background tasks as successful results.
Added unit tests for strict-permission behavior in mkdir/move.