Need assistance writing Amazon S3 bucket policy

Closed Posted 7 years ago Paid on delivery
Closed Paid on delivery

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

Project ID: #12159578

About the project

9 proposals Remote project Active 7 years ago

9 freelancers are bidding on average $153 for this job

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 in 3 days
(2 Reviews)
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 in 3 days
(0 Reviews)
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" More

$166 USD in 2 days
(0 Reviews)
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 More

$100 USD in 0 days
(0 Reviews)
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 More

$144 USD in 4 days
(0 Reviews)
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 More

$155 USD in 3 days
(0 Reviews)
0.0