App Storage Settings
Afer your app has been processed we have a number of storage integrations to choose from.S3 / Digital Ocean
FTP Server
YouTube
Google Cloud
Box
S3 / Digital Ocean
The hosting of your recorded videos and thumbnails is part of your CameraTag plan. Sometimes, however, it's desirable to have the assets saved to your own servers as well. To accomplish this- enter the name of your Amazon S3 bucket in this field and we will save copies of all assets to your bucket as well.PLEASE NOTE: In order for this to work you must either
- Provide your AWS Key and Scret.
- OR
- Create a bucket policy granting us write access like the one below.
{ "Version": "2008-10-17", "Id": "CameraTagBucketPolicy", "Statement": [ { "Sid": "Stmt1295042087538", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::625596148923:root" }, "Action": [ "s3:GetObjectAcl", "s3:GetObject", "s3:PutObjectAcl", "s3:PutObject", "s3:ListMultipartUploadParts" ], "Resource": "arn:aws:s3:::MY-BUCKET/*" }, { "Sid": "Stmt1295042087538", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::625596148923:root" }, "Action": [ "s3:ListBucketMultipartUploads", "s3:GetBucketLocation" ], "Resource": "arn:aws:s3:::MY-BUCKET" } ] }
FTP Server
CameraTag can automatically upload published assets to your FTP server. Simple provide us with the details we'll need to connect to your server and as soon as the assets are ready we'll copy them over to your box:- Protocol: (SFTP ot FTP)
- Server: The host name (without protocol) of your ftp server (e.g. storage.myserver.com)
- Directory: The subdirecory in which you would like files copied (user root by default)
- Username: Username with write access to your server
- Password: Password for the above username