Important Note: As part of our ongoing integration with Appen branding, we have updated key web properties to the Appen domain. This change took place on April 16, 2020, so please keep in mind that referrer headers and bucket policies will need to be updated accordingly. Please see below for new Appen URLs.
Here are the best practices and key S3 features for keeping data secure:
-
HTTP Referrer headers:
- Are pieces of code that create a security policy and only allow certain users the ability to access a domain. For example, you can set restrictions to only allow people from an ‘appen.com’ domain to see the content in a bucket.
- Here are the HTTP referrer headers for Appen:
- Note: Please make sure to include the forward slash and the asterisk when you are whitelisting the URLs
- https://view.appen.io/*
- https://annotate.appen.com/*
- https://client.appen.com/*
- https://ia.appen.com/*
- https://imagine.appen.com/*
- https://annotation.appen.com/*
- Note: Please make sure to include the forward slash and the asterisk when you are whitelisting the URLs
- To enable:
- Go to Permissions > Bucket Policy
- Paste in the following policy:
- Add following code with specific referrer headers you’d like to accept:
- "Condition": {
- Go to Permissions > Bucket Policy
"StringLike": {
"aws:Referer": [
"http://test.com/*",
"http://www.test.com/*"
-
Keep the login credentials secure via password protected policy (ex. LastPass)
-
Enable expiring images and Data:
- Go to “Management”
- Add lifecycle rule:
- Enter a Rule Name:
- Select the current version:
- In the current version, set expiration after x days:
- Review, Save: