Configure Amazon S3 Storage bucket permissions using Aspose.Slides REST API

Using saveSlide I can directly save to my aws S3 storage bucket. Is there any option / parameter where I can explicity set s3 object permissions like this ?

ACL: “public-read”

@personalrad

I am afraid there is no option available in the Aspose.Slides Cloud API. However, you need to set permissions on the bucket when configuring the Amazon S3 Storage. Please check the following documentation article for details.

FYI the permissions listed on the provided docs are no longer options in S3.

@Blend360User

Thanks for the information. We will check the Amazon S3 Storage configuration workflow and will update the documentation accordingly.