Matthew Weldon

Results 4 comments of Matthew Weldon

this is also happening to me: `Aws::S3::Errors::AccessDenied: [!] Access Denied` Here's my action ``` aws_s3( access_key: ENV["S3_ACCESS_KEY"], secret_access_key: ENV["S3_SECRET_ACCESS_KEY"], bucket: ENV["S3_BUCKET"], region: "ca-central-1", server_side_encryption: "AES256", upload_metadata: true, ) ``` I've...

solved my issue, I had to specify a less public acl based on the custom default acl our bucket had. For me it was the following in my action in...

In my xp, this is to do with safe area layout guides, if I manually take safe area off and just put a larger constraint for the iPhone x it...

also having this problem