Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f5b708

Browse files
TaddyHCcanchebagur
andauthoredApr 9, 2025··
Update content/arduino-cloud/09.business/02.aws-s3-exporter/content.md
Co-authored-by: José Antonio Bagur Nájera <[email protected]>
1 parent 2b709f4 commit 2f5b708

File tree

1 file changed

+1
-1
lines changed
  • content/arduino-cloud/09.business/02.aws-s3-exporter

1 file changed

+1
-1
lines changed
 

‎content/arduino-cloud/09.business/02.aws-s3-exporter/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The **Arduino AWS S3 CSV Exporter** extracts time series data from **Arduino Clo
4646

4747
Each function execution retrieves data from the selected **Arduino Things** and generates a CSV file. The file is then uploaded to **S3** for structured storage and accessibility.
4848

49-
Data is extracted every hour by default, with samples aggregated at a 5 minute resolution. Both the extraction period and the aggregation rate are configurable. Aggregation is performed by calculating the average over the aggregation period, while non-numeric values, such as strings, are sampled at the specified resolution.
49+
Data is extracted every hour by default, with samples aggregated at a 5-minute resolution. Both the extraction period and the aggregation rate are configurable. Aggregation is performed by calculating the average over the aggregation period, while non-numeric values, such as strings, are sampled at the specified resolution.
5050

5151
Time-series data is exported in **UTC** by default. All Arduino Things in the account are included in the export unless filtered using [**tags**](#tag-filtering).
5252

0 commit comments

Comments
 (0)
Please sign in to comment.