AccessDenied to my bucket from my linode server
Hello
I have issue in my object storage
Access to bucket droclass-bucket-987654 denied
Can you support me to fix it
here is the policy we have run
{
"Id": "SourceIP",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "SourceIP",
"Action": "s3:",
"Effect": "Deny",
"Resource": [
"arn:aws:s3:::droclass-bucket-987654",
"arn:aws:s3:::droclass-bucket-987654/"
],
"Condition": {
"NotIpAddress": {
"aws:SourceIp": [
"194.233.160.242/32"
]
}
},
"Principal": "*"
}
]
}
Here is the error
ERROR: Access to bucket 'droclass-bucket-987654' was denied
ERROR: S3 error: 403 (AccessDenied)
1 Reply
I was able to locate your Linode account and opened a ticket on your behalf to create an escalation to our Object Storage team to look into this. This usually can happen when a user specifies a wrong IP address in their ACL policy and gets locked out.
Further communications should be within the ticket with ID 16823398 to keep the conversation in one place. If you have any questions or need any further assistance, please reach out within the ticket specified.
Best,
I.Sackey