Intro
Amazon S3 Analytics Connector is an online file storage web service offered by Amazon Web Services that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. To learn more about the Amazon S3 API, visit their page (http://docs.aws.amazon.com/AmazonS3/…I/Welcome.html). The Amazon S3 and Amazon S3 Advanced connectors are almost the same. The only difference is in how they handle multiple files that begin with the prefix string you provide in the Details section of the connector. By using Amazon S3 analytics Storage Class Analysis you can analyze storage access patterns to help you decide when to transition the right data to the right storage class. This new Amazon S3 analytics feature observes data access patterns to help you determine when to transition less frequently accessed STANDARD storage to the STANDARD_IA (IA, for infrequent access) storage class. For more information about storage classes, see Using Amazon S3 storage classes. You connect to your Amazon S3 Analytics Connector account in the Data Center. This topic discusses the fields and menus that are specific to the Amazon S3 connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in Adding a DataSet Using a Data Connector.| Primary Use Cases | This connector is an excellent choice for retrieving flat files when APIs are not an option. |
| Primary Metrics | NA |
| Primary Company Roles |
|
| Average Implementation Time | Less than an hour if you have the correct file types in S3. |
| Ease of Use (on a 1-to-10 scale with 1 being easiest) | 4 |
Best Practices
- Understanding the data stored in S3 Analytics Connector and its relation to other S3 databases will be a huge asset in using this connector.
Prerequisites
You must create a user with the proper permissions in the IAM Amazon Console before you can connect to S3 data in Domo. To configure your user in the IAM Amazon Console,-
Add a new user, setting options as follows:
-
In the Details pane, check the box for Programmatic Access under Select AWS access type.

-
In the Permissions pane, select Attach existing policies directly, then check the box for either AmazonS3FullAccess or AmazonS3ReadOnlyAccess. Customer-managed policies do not work.

- In the Review pane, click Create User.
-
In the Details pane, check the box for Programmatic Access under Select AWS access type.
- After you create your user, copy the access and secret keys to use in the Credentials pane in Domo.
Connecting to Your Amazon S3 Analytics Connector Account
This section enumerates the options in the Credentials and Details panes in the [insert Connector name here] Connector page. The components of the other panes in this page, Scheduling and Name & Describe Your DataSet, are universal across most connector types and are discussed in greater length in Adding a DataSet Using a Data Connector.Credentials Pane
The Domo Amazon S3 Analytics Connector uses OAuth to connect, so there is no need to enter credentials within Domo. Click Connect (or select Add Account if you have existing Amazon S3 Analytics Connector accounts in Domo to open the Amazon S3 Analytics Connector OAuth screen where you can enter your Amazon S3 Analytics username and password. Once you have entered valid credentials, you can use the same account any time you go to create a new Amazon S3 Analytics DataSet. You can manage connector accounts in the Accounts tab in the Data Center. For more information about this tab, see Managing User Accounts for Connectors.Field | Description |
|---|---|
| Access Key | Enter your AWS access key. For information about finding your access key, see “Prerequisites,” above. |
| Secret Key | Enter your AWS secret key. For information about finding your secret key, see “Prerequisites,” above. |
Details Pane
This pane contains various menus for locating and configuring the file you want to pull into Domo.Menu | Description | ||||||
|---|---|---|---|---|---|---|---|
S3 Bucket Region | Select the S3 Bucket Region where your file is located. | ||||||
File Type to Import | Select the type of file you want to import into Domo, either CSV, JSON, or XML. | ||||||
How Would You Like to Choose Your Filename? | Select how you want Domo to identify your file. Options are as follows:
| ||||||
Prefix (Optional) | Enter a prefix to filter results by. A prefix limits results to only those keys that begin with the given prefix. Note that with this standard version of the connector, only the latest modified file will be imported. The advanced version of the connector retrieves all files with the same prefix, provided they have the same schema. For more information, see Amazon S3 Advanced Connector . | ||||||
Enter Complete Filepath | Enter the complete path for the desired file. | ||||||
File Name | Enter the name of the file you want to import, with or without the file path. For example: folder_name/file_name | ||||||
File Name Match Type | Specify whether the file you want to retrieve starts with or contains the text you entered under File Name . | ||||||
File Compression Type | Select the compression type for the file you want to retrieve. If the file is not compressed, select None . | ||||||
Are Headers Present in CSV File? | Select Yes if the CSV file you are importing contains headers; otherwise select No . | ||||||
List of Files | Select the file you want to retrieve. | ||||||
Select the Delimiting Character | Select the delimiter used in the CSV file you want to retrieve. If your delimiter is not listed, select Other . | ||||||
Quote Character | Select a quote character to parse the CSV file you want to retrieve. A double quote (”) is the CSV standard. | ||||||
Escape Character | Select an escape character to parse the CSV file you want to retrieve. A backslash () is the CSV standard. | ||||||
Enable Parsing for Large JSON Files? | Specify whether parsing is enabled for large JSON files. | ||||||
Does Your JSON Text Require a Line Reader? | Specify whether the text in your JSON file includes multiple lines that should be read. | ||||||
Should the Backslash be Escaped? | Specify whether the text in your JSON file contains backslash characters that should be escaped. | ||||||
Enter Your Data Tag | Enter the tag for the data in your JSON or XML file. | ||||||
Enter Fields to Exclude | Provide a comma-separated list of fields to exclude in your JSON/XML import. | ||||||
Enter Your Header Tag | Enter the tag for the header in your JSON or XML file. | ||||||
Do You Require Attributes in Data? | Specify whether you require attributes values as part of your XML data. | ||||||
Enter XPath Expression | Enter your XPath expression. | ||||||
Is Password Protected? | Select Yes if the file you are retrieving is password-protected; otherwise select No . | ||||||
Header Start Row | Enter the number of the header row in the Excel file you are retrieving. | ||||||
Data Start Row | Enter the number of the first data row in the Excel file you are retrieving. | ||||||
Footer | Enter the number of the footer row in the Excel file you are retrieving. | ||||||
Blank Rows | Select the action that should be taken if blank rows are encountered. If you select Skip blank rows , any blank rows are skipped; if you select Stop at the first blank column , the data import stops when a column with a blank row is encountered. | ||||||
Empty Column Headers | Specify what should happen if empty column headers are encountered. If you choose Add blank columns , column names are automatically generated for the new columns. If you select Stop at the first blank column , the data import stops when an empty header is encountered. |
Troubleshooting
- Ensure that the file is present in the S3 bucket and that the correct file type is specified in the connector settings.
- NULL columns must be removed before the connector can successfully retrieve data.
- If you run into a “Failed to Import Successfully” error when trying to import a CSV file, you can often get around this by changing the option in the Quote Character menu to No Quote Character.