motografik

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
Mar 3, 2015 at 6:20 pm
#26727
Member
motografik
OP

I reverted back to an older version of the Amazon S3 plugin and it fixed the issue. Shaon can you go through testing on the newest version and make sure it’s fully compatible.

Mar 3, 2015 at 6:19 pm
#26726
Member
motografik
OP

I reverted back to an older version of the Amazon S3 plugin and it fixed the issue. Shaon can you go through testing on the newest version and make sure it’s fully compatible.

Jan 21, 2015 at 5:12 am
#25094
Member
motografik
OP

Any progress on this?

Jan 21, 2015 at 12:16 am
#25091
Member
motografik
OP

It is still not working for me, even with the fix above. When I select the file in the S3 window, it doesn’t add the file to the Attached Files section. It used to work, but somehow stopped working after one of the updates.

Jan 21, 2015 at 12:02 am
#25090
Member
motografik
OP

The fix posted in the URL above worked for me. Please add it to the current release.

Jan 21, 2015 at 12:01 am
#25089
Member
motografik
OP

This worked for me too. Shaon, is this going to be added to the current release?

Nov 20, 2014 at 4:19 am
#22741
Member
motografik
OP

Add a bucket policy via S3 console permissions editor. Should take care of the hotlinking issue.

{
	"Version": "2008-10-17",
	"Id": "HTTP referrer policy",
	"Statement": [
		{
			"Sid": "1",
			"Effect": "Deny",
			"Principal": {
				"AWS": "*"
			},
			"Action": "s3:GetObject",
			"Resource": "arn:aws:s3:::yourbucketname.goeshere/*",
			"Condition": {
				"StringNotLike": {
					"aws:Referer": [
						"http://domaingoeshere.com/*",
						"http://www.domaingoeshere.com/*",
						"https://domaingoeshere.com/*",
						"https://www.domaingoeshere.com/*"
					]
				}
			}
		}
	]
}

Hope this helps

Viewing 7 posts - 1 through 7 (of 7 total)