OCI Object Storage — Buckets, PARs & Lifecycle Overview Manage OCI Object Storage using the Python SDK. Object Storage is OCI's S3 equivalent, but PAR (Pre-Authenticated Request) URLs expire silently with no error — the URL just returns 404. Multipart uploads over 50GB require manual part management. Lifecycle policies can delete data unexpectedly if misconfigured. This skill covers the safe patterns for all of these operations. Purpose: Upload, download, and share objects safely with proper PAR expiry management and lifecycle policy configuration. Prerequisites - OCI Python SDK — - Config fi…