Publish data to Amazon S3
  • 31 Aug 2021
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Publish data to Amazon S3

  • Dark
    Light
  • PDF

Article Summary

Mozenda makes it easy to publish your data to an Amazon S3 bucket.

Uploading limits!

We recommend the upload file size be 15GB or less. The upload process will timeout after 2 hours.

Agent-level publishing

In the Web Console:

  1. Select Agents > All Agents or Collection.
  2. Select the name of an agent or collection.
  3. Select Agent-List .
  4. Select Publishing.

Publish data to s3 4

  1. Select AmazonS3 under Publishing method.

  2. Choose an option under Files include.

  3. Choose an option under Managed view.

  4. Choose the File format you want to publish to Dropbox.

    • Your choices are CSV, TSV, XML, XLSX, or JSON.
    • (Optional) Edit the file name by selecting Settings next to the File format field.
  5. Choose when you want the data to be published.

    • You can publish the data (a) when the agent completes, (b) manually, or (c) on an schedule.
  6. Enter the information to connect to your Amazon S3 bucket.

Make sure to type out the bucket exactly as saved and indicate the correct region.

  1. Select TEST SETTINGS to test the connection.
  2. Select SAVE or SAVE & PUBLISH NOW.

z publish_data amazon.png

Publish to a folder within your bucket

To publish data to a folder within your Amazon S3 bucket, include a slash (/) and folder name in the Bucket field. For example, to publish to the OptimusPrime folder in the Autobots bucket, enter: Autobots/OptimusPrime.

Note
To publish to Amazon S3, you need an Amazon Web Services Account, and one of the following:

  • The root access key ID and the secret access key.

  • The access key ID and secret access key for an IAM user with at least the permissions listed below:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "s3:PutObject",
                "s3:GetObject",
                "s3:DeleteObject"
            ],
            "Resource": "arn:aws:s3:::<bucketname>/*"
        }
    ]
}

Was this article helpful?