Solved

S3 connection is "paused"

  • 2 August 2023
  • 1 reply
  • 27 views

Badge

Howdy!

I am trying to set up the s3 connection and currently heap lists the connection as “sync paused” and I am not sure what is causing the pause… Has anyone dealt with this issue?

 

My bucket setup is as follows:
 

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1441164338000",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::085120003701:root"
},
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:ListBucket",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::my-bucket-name/*",
"arn:aws:s3:::my-bucket-name"
]
}

The Object Ownership is set to: Bucket owner enforced

icon

Best answer by julia 2 August 2023, 00:07

View original

1 reply

Userlevel 3
Badge +3

Hi @jamills102 , we recommend you open a case via the Get support page so that our team can look at your specific usecase. 

Reply