Private Cloud Storage

Private Cloud Storage

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:

  1. Apply for a Amazon (AWS) account if you don’t have one already
  2. Set-up a S3 bucket in the data center of your preference
  3. Go to Amazon S3 -> Bucket name -> Permissions. Uncheck all “Blocking” checkboxes and Save.


    4. Open Bucket Policy (S3 -> Bucket Name -> Permissions -> BucketPolicy), and insert the JSON below with correct Bucket Name replaced:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::[BUCKET_NAME_HERE]/FileSources/*"
        }
    ]
}



    5. Create a folder named “FileSources”. All PrintFactory data will be stored in this folder.

    6. Create a user will read/write access permissions to the S3 bucket created.

    7. Create a support request with title “Private Cloud Storage request” in the support section of your account. Provide in the support request the following information:

• AWS Access Key of the user created for PrintFactory
• AWS Secret Key of that user
• Name of the S3 bucket

One of colleges will check the above steps and come back to you coordinate further steps and migration of your data.


    • Related Articles

    • Cloud Certification

      By default a QR code is printed next to the Certification strips. This feature allows you to : certify jobs remotely share the certification results online pull the certification results via a mobile scannable QR code still certify jobs that are no ...
    • Release notes Cloud

      Cloud release notes Current version can be found in app.printfactory.cloud in the footer. Version 6.91.0 New nest-info page UI. More info Multi-page Job submission from Nest-info page. More info InBetween registration marks improvement for Cloud ...
    • Color bars option in Cloud Nesting Queues

      Color bars can also be added to Cloud nesting Jobs. They can be added either on one or both sides of the nested job and define the width of the total bars, similar to the Layout function and The difference with the Layout feature is that Color bars ...
    • Error "Conversion to PDF failed" in Cloud nested jobs

      Issue Summary: "Conversion to PDF failed, no document available" in Cloud nested jobs Resolution: As the Workflow application is on a different computer to the RIP, the "Workflow Exchange" folder (set in Workflow preferences) needs to be a shared ...
    • Multi-page submission behaviour Cloud Nester

      Multi-page submission behaviour Available from version 6.91.0 There are 2 ways to submit Multiple page from the Nesting Bucket. Multi-page Jobs can only be created by Manual Submission. Automatic triggered Job will always be submitted one at a time ...