PrintFactory default account set-up is to store your data in the data center the belongs to your region. This means that if your company is located in Europe then the data will be stored in the European data center.
In case you would like to store your data (Resources/Assets) in your own private account this is possible. Below the steps to follow:
Also we ask customer to set this up when your using the Cloud Nester and want to use the Reprint and Reroute functionality or submit Jobs from Cloud Nester to multiple sites. We will upload documents to your storage and therefore can access the Documents everywhere and enable these functionalities.
{ "Version": "2012-10-17", "Statement": [ { "Sid": "PublicReadGetObject", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::[BUCKET_NAME_HERE]/FileSources/*" }, { "Sid": "PrintFactoryAccess", "Effect": "Allow", "Principal": { "AWS": "[USER_ARN_HERE]" }, "Action": "s3:*", "Resource": [ "arn:aws:s3:::[BUCKET_NAME_HERE]",
"arn:aws:s3:::[BUCKET_NAME_HERE]/*"
] } ] }
[ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET" ], "AllowedOrigins": [ "http://*.printfactory.cloud", "https://*.printfactory.cloud" ], "ExposeHeaders": [] } ]