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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct