Hi
We are using the Amazon AWS sdk for php and we are creating the "PutObject"as follows
$command = $this->client->getCommand(‘PutObject’, [ ‘Bucket’ => $this->bucket, ‘Key’ => $this->key, ‘Body’ => $this->body, ‘ACL’ => $this->acl, ]
I have checked that this is the structure which is correct as per this link PutObejct Syntax
But when the object is uploaded to digitalocean spaces,the access specifier is still public which should be private as we are specifying the value “private” in the ‘ACL’ key.
Any leads as to why the expected behaviour is not working is highly appreciated.
Link for reference:ACL Overview
Click below to sign up and get $100 of credit to try our products over 60 days!