Skip to content

Commit 4f162f5

Browse files
committed
DOC-266 resolve comments
1 parent b804094 commit 4f162f5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/connections/storage/catalog/amazon-s3/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ redirect_from:
66
hide-personas-partial: true
77
---
88

9+
> success "Try the new AWS S3 beta destination"
10+
> The AWS S3 destination supports IAM Roles, allowing for a more secure connection to your buckets. For more information, see the [AWS S3 destination documentation](/docs/connections/storage/catalog/aws-s3/).
11+
912
## Getting Started
1013

1114
The Amazon S3 destination puts the raw logs of the data Segment receives into your S3 bucket, encrypted, no matter what region the bucket is in.

src/connections/storage/catalog/aws-s3/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ hide-personas-partial: true
99

1010
## Getting Started
1111

12-
The AWS destination puts the raw logs of the data Segment receives into your S3 bucket, encrypted, no matter what region the bucket is in.
12+
The AWS S3 destination puts the raw logs of the data Segment receives into your S3 bucket, encrypted, no matter what region the bucket is in.
1313

1414
> info ""
1515
> Segment copies data into your bucket every hour around the :40 minute mark. You may see multiple files over a period of time depending on the amount of data Segment copies.
1616
17-
Keep in mind that Amazon S3 works in a different way from most other destinations. Using a destinations selector like the [integrations object](/docs/connections/spec/common/#integrations) does not affect events with Amazon S3.
17+
Keep in mind that AWS S3 works differently than most other destinations. Using a destinations selector like the [integrations object](/docs/connections/spec/common/#integrations) does not affect events with AWS S3.
1818

1919
The diagram below illustrates how the S3 destination works.
2020

@@ -146,10 +146,6 @@ The received-day refers to the UTC date unix timestamp, that the API receives th
146146

147147
Configure encryption at the bucket-level from within the AWS console. For more information, see Amazon's documentation [Protecting data using encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html){:target="_blank"}.
148148

149-
## Region
150-
151-
Segment infers the region of your bucket when data is copied to it, so you don' need to specify a bucket region in your configuration. If you're using VPC Endpoints for your S3 bucket, make sure you configure the endpoint in the same region as your bucket. You can find more information on this in the AWS S3 docs [here](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-endpoints-s3.html).
152-
153149
## Custom Path Prefix
154150

155151
To use a custom key prefix for the files in your bucket, append the path to the bucket name in the Segment S3 destination configuration UI. For example, a bucket string `mytestbucket/path/prefix` would result in data copying to `/path/prefix/segment-logs/{source-id}/{received-day}/`.

0 commit comments

Comments
 (0)