There are various ways in which the data can be transferred to us. You can choose whichever method is most convenient for you. The Screen6 Technical Ops team are happy to assist you setting up the data transfer, or discuss which options work for you.

Amazon S3

If your logs are stored on Amazon S3 you can give us access to your bucket, providing us with an S3 Access Key and Secret Key.

Alternatively, we can provide our AWS ID (ARN) which you can use to set up an access policy.

{
  "Id": "Policy14973",
  "Version": "2012-10-17",
  "Statement": [
    {
      "Action": ["s3:ListBucket"],
      "Effect": "Allow",
      "Resource": ["arn:aws:s3:::bucket_name"],
      "Condition": {"StringLike": {"s3:prefix": ["screen6/*"]}},
      "Principal": { "AWS": [ "arn:aws:iam::516727802551:root" ] }
    },
    {
      "Action": [ "s3:GetBucketLocation"],
      "Effect": "Allow",
      "Resource": ["arn:aws:s3:::bucket_name"],
      "Principal": { "AWS": [ "arn:aws:iam::516727802551:root" ] }
    },
    {
      "Action": [
        "s3:GetObject",
        "s3:GetObjectAcl",
        "s3:GetObjectVersion",
        "s3:GetObjectVersionAcl"
      ],
      "Effect": "Allow",
      "Resource": [
        "arn:aws:s3:::bucket_name/screen6/data",
        "arn:aws:s3:::bucket_name/screen6/data/*"
      ],
      "Principal": { "AWS": [ "arn:aws:iam::516727802551:root" ] }
    }
  ]
}

👍

  • To automate data transfers GetBucketLocation is required
  • To receive Screen6 results also enable PutObject*

Google Cloud Storage

If your logs are stored on Google Cloud Storage you can give us (read-only) access to your bucket. We will provide you with our a Project ID that you can add to the Buckets Permissions and Object Default Permissions.

Pull from sFTP

You can also give us access to your data via secure FTP.