You can create data Export Destinations using:Documentation Index
Fetch the complete documentation index at: https://docs.m3ter.com/llms.txt
Use this file to discover all available pages before exploring further.
- S3 buckets on your AWS account.
- Buckets in your Google Cloud Storage account.
- Preparing to Create Export Destinations
- Creating AWS S3 Bucket Export Destinations
- Creating Google Cloud Storage Bucket Export Destinations
- Reviewing and Managing Export Destinations
Preparing to Create Export Destinations
AWS S3 Bucket
For a data upload into your S3 bucket to succeed, the m3ter Data Export service has to assume an IAM role withPutObject permission for the bucket. For this reason, you’ll need to go into your AWS account and set up an IAM role for this access level. You then must enter the IAM role ARN when you create the Export Destination.
Google Cloud Storage Bucket
For a data upload into your Google Cloud Storage (GCS) bucket to succeed, the m3ter Data Export service has to authenticate with your Google Cloud Platform Project using Workload Identity Federation. You can grant thestorage.objectCreator role to the data exports principal directly or using service account impersonation.
Creating AWS S3 Bucket Export Destinations
You can create Export Destinations for your AWS S3 buckets in the m3ter Console. To create an AWS S3 Export Destination:- Select Data exports:


- On the Export destinations panel, select Create export destination. The Create page opens with AWS S3 selected by default as Export destination type.
- Select Next. The page adjusts for Export destination details.
- Enter the details of the new Export destination:
- Name. Descriptive name for the destination.
- Code. Unique identifier for the destination.
- Note that when you’ve entered a Name and clicked in the Code field, a Code is automatically entered based on the Name. You can then edit the auto-generated Code as required.
- Bucket name. Name of the S3 bucket for the destination.
- Prefix. Location in bucket for the export. Leave this blank if you want to use the root of the bucket.
- IAM role ARN. You must use the correct format:
- The IAM role ARN must begin with “
arn:aws:iam”. - The general format required is: “
arn:aws:iam::<aws account id>:role/<role name>”. For example: arn:aws:iam::922609978421:role/IAMRole636. - If the IAM role ARN you enter doesn’t comply with this format, then you won’t be able to save the Export Destination and an error message will show.
- The IAM role ARN must begin with “
- Partition data by. Required. Specify how you want the file path to be structured in your bucket destination - by Time first (Default) or Type first.
- Type is dependent on whether the data export is for usage or operational data:
- Usage. Type is
measurements. - Operational. Type is one of the entities for which operational data exports are available, such as
account,commitment,meter, and so on.
- Usage. Type is
- Here’s an example for usage data export:
- Time first:
{bucketName}/{prefix}/orgId={orgId}/date=2025-01-27/hour=10/type=measurements/b9a317a6-860a-40f9-9bf4-e65c44c72c94_measurements.csv.gz
- Type first:
{bucketName}/{prefix}/orgId={orgId}/type=measurements/date=2025-01-27/hour=10/b9a317a6-860a-40f9-9bf4-e65c44c72c94_measurements.csv.gz
- Time first:
- Type is dependent on whether the data export is for usage or operational data:

- Select Create export destination. The new Export destination is saved and is listed under Export destinations on the Data export page. You can read-off the Code, Bucket name, and Prefix settings, and also Export destination type.
Creating Google Cloud Storage Bucket Export Destinations
You can create Export Destinations for your Google Cloud Storage (GCS) buckets in the m3ter Console. To create an Google Cloud Storage Export Destination:- Select Data exports:

- On the Export destinations panel, select Create export destination. The Create page opens with AWS S3 selected by default as Export destination type.
- Select Google Cloud Storage.
- Select Next. The page adjusts for Export destination details.
- Enter the details of the new Export destination:
- Name. Descriptive name for the destination.
- Code. Unique identifier for the destination.
- Note that when you’ve entered a Name and clicked in the Code field, a Code is automatically entered based on the Name. You can then edit the auto-generated Code as required.
- Bucket name. Name of the GCS bucket for the destination.
- Prefix. Location in bucket for the export. Leave this blank if you want to use the root of the bucket.
- Workload identity pool ID. (Required)
- Identity Provider ID. (Required)
- GCP Project Number. (Required)
- Service account email. (Optional) If you want m3ter to authenticate using service account impersonation, the email of the service account.
- Partition data by. Required. Specify how you want the file path to be structured in your bucket destination - by Time first (Default) or Type first.
- Type is dependent on whether the data export is for usage or operational data:
- Usage. Type is
measurements. - Operational. Type is one of the entities for which operational data exports are available, such as
account,commitment,meter, and so on.
- Usage. Type is
- Here’s an example for usage data export:
- Time first:
{bucketName}/{prefix}/orgId={orgId}/date=2025-01-27/hour=10/type=measurements/b9a317a6-860a-40f9-9bf4-e65c44c72c94_measurements.csv.gz
- Type first:
{bucketName}/{prefix}/orgId={orgId}/type=measurements/date=2025-01-27/hour=10/b9a317a6-860a-40f9-9bf4-e65c44c72c94_measurements.csv.gz
- Time first:
- Type is dependent on whether the data export is for usage or operational data:

- Select Create export destination. The new Export destination is saved and is listed under Export destinations on the Data export page. You can read-off the Code, Bucket name, and Prefix settings, and also Export destination type.
Reviewing and Managing Export Destinations
From the Data export page you can manage your export Destinations to review or edit a Destination’s details and delete a Destination if you no longer want to export data to it. To view details, edit, or delete an Export Destination:- Select Data exports. The Data export page opens and lists any existing Export destinations.
- If you want to review details of a Destination, on the Export destinations panel, select the name hotlink text.

- Destination ID.
- In the example of an AWS S3 bucket Destination, the IAM role ARN.
- If you want edit a Destination, on the Data export page under Export destinations select the Edit icon:

- Alternatively, if you’ve opened the Export destination details page, you can Edit the Destination directly from there.
- When you have completed your editing changes, select Update export destination.
- If you want to delete a Destination, select the Delete icon:

- Select Yes to confirm the delete action.