Need assistance writing Amazon S3 bucket policy

Cerrado Publicado hace 7 años Pagado a la entrega
Cerrado Pagado a la entrega

I need help writing my Amazon bucket policy. I need to prevent hotlinking to my files, which the below polciy does.

However, it also blocks actions I'm trying to run from remote computers, specifically putObject and doesObjectExist.

I need to set it up so that if I provide the correct credentials (key and secret) I can run these actions on remote computers.

{

"Version": "2012-10-17",

"Id": "http referer policy example",

"Statement": [

{

"Sid": "Allow get requests referred by [url removed, login to view] and [url removed, login to view]",

"Effect": "Allow",

"Principal": "*",

"Action": "s3:GetObject",

"Resource": "arn:aws:s3:::mybucket/*",

"Condition": {

"StringLike": {

"aws:Referer": [

"[url removed, login to view]*",

"[url removed, login to view]*"

]

}

}

},

{

"Sid": "Explicit deny to ensure requests are allowed only from specific referer.",

"Effect": "Deny",

"Principal": "*",

"Action": "s3:*",

"Resource": "arn:aws:s3:::mydomain/*",

"Condition": {

"StringNotLike": {

"aws:Referer": [

"[url removed, login to view]*",

"[url removed, login to view]*"

]

}

}

}

]

}

Amazon Web Services PHP

Nº del proyecto: #12159578

Sobre el proyecto

9 propuestas Proyecto remoto Activo hace 7 años

9 freelancers están ofertando un promedio de $153 por este trabajo

hirakhan2

Hi,  I have review project details and would like to discuss with you regarding the project. Kindly let me know when available. Thank you.

$155 USD en 3 días
(2 comentarios)
2.6
PeterBeell

Hi Peter here, I am really interested to work on this project, I can start the work now , and can provide the best services from my end. Please come on chat to discuss more about the project. Thanks!

$155 USD en 3 días
(0 comentarios)
0.0
jellehelsen

You'll need to add a rule with the correct principal to allow the action you need for the specified user. Something like: { "Version":"2012-10-17", "Statement":[ { "Sid":"Allow Server to add files" Más

$166 USD en 2 días
(0 comentarios)
0.0
dirisalagopal

Expert in Amazon web services (EC2, Load Balancers, RDS, Elastic Beanstalk, Elastic File System, IAM, VPC, Security Groups, Cloud Formation, Lambda, S3, CLoudFront, Redshift, Route 53, Cloud Watch, Kinesis, SNS, SQS, A Más

$100 USD en 0 días
(0 comentarios)
0.0
Irfan285

Hello, My name is Irfan, expert in web scrapping, data crawling and data mining, I have 5 years+ experience in data mining, website scraping, screen scraping I have completed 100+ projects on web scraping -- would LOV Más

$144 USD en 4 días
(0 comentarios)
0.0
hendifauzi

I am a computer graduate from versed with English and Indonesian. I am also punctual and love to take me and see the result. I work as Linux Administrator,Amazon Webservice ,Azure, Digital Ocean , Virtualization, V Más

$155 USD en 3 días
(0 comentarios)
0.0