I confirm this is a Feature Request and NOT a support/technical query. Please use your Bitmovin Dashboard for raising support tickets.
on
Which product is your request related to?
Encoding - VOD
Description
Enable support for the S3 canned ACL BUCKET_OWNER_FULL_CONTROL on output objects in the Bitmovin API and SDKs. The destination bucket’s policy requires uploads to include bucket-owner-full-control; however, current SDKs only expose PUBLIC_READ and PRIVATE, and attempts to set BUCKET_OWNER_FULL_CONTROL fail validation. This blocks direct writes to the destination bucket and forces a two‑stage workflow (write to an intermediary bucket, then copy/push to the destination), adding latency, cost, operational overhead, and extra failure points. Native support would allow the encoder to set the ACL at upload time, satisfying the bucket policy and eliminating the intermediary step.