Skip to content

fix amazon-s3 #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion src/_data/catalog/warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ items:
url: ''
categories:
- Warehouses
- display_name: Azure SQL Data Warehouse
- display_name: Azure Synapse Analytics Warehouse
slug: azuresqldw
name: catalog/warehouses/azuresqldw
description: ''
Expand All @@ -72,3 +72,39 @@ items:
url: 'https://cdn.filepicker.io/api/file/EUJvt69Q7qMqCvGrVtiu'
categories:
- Warehouses
- display_name: Amazon S3
slug: amazon-s3
name: catalog/warehouses/amazon-s3
description: >-
Our Amazon S3 copies our log files of your raw API calls from our S3 bucket
to yours, where you can then perform custom analysis on them.
url: connections/warehouses/catalog/amazon-s3
status: PUBLIC
logo:
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/amazon-s3-default.svg'
mark:
url: 'https://cdn.filepicker.io/api/file/R1EKddJ1SnGECiHtdUlY'

settings:
- name: bucket
display_name: Bucket Name
type: STRING
deprecated: false
required: true
string_validators:
regexp: ''
description: Your S3 bucket name.
settings: []
- name: useServerSideEncryption
display_name: Use Server Side Encryption?
type: BOOLEAN
deprecated: false
required: false
description: >-
If you enable this setting, the data we copy to your bucket will be
encrypted at rest using S3-Managed encryption keys. For more information,
see
[here](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html).
settings: []
previous_names:
- Amazon S3
4 changes: 2 additions & 2 deletions src/_data/sidenav/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sections:
- path: /guides/intro-user
title: Segment Data User overview
- path: /guides/intro-admin
title: Segment Workspace Admin overview
title: Segment Workspace Admin overview
- path: /guides/filtering-data
title: Filtering your Segment Data
- path: /guides/duplicate-data
Expand Down Expand Up @@ -144,9 +144,9 @@ sections:
title: Warehouses and Data Storage
- path: /connections/warehouses/catalog
title: Warehouses catalog
menu_icon: read-more
- path: /connections/warehouses/selective-sync
title: Warehouse Selective Sync
menu_icon: read-more
- path: /connections/warehouses/choose-warehouse
title: Choosing a Warehouse
- path: /connections/warehouses/faq
Expand Down
4 changes: 0 additions & 4 deletions src/connections/destinations/catalog/amazon-s3/index.md

This file was deleted.

3 changes: 3 additions & 0 deletions src/connections/warehouses/catalog/amazon-s3/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Amazon S3 Destination
redirect_from: '/connections/destinations/catalog/amazon-s3/'
---

## Getting Started
Expand Down Expand Up @@ -199,3 +200,5 @@ $ aws s3 sync s3://{bucket}/segment-logs/{source-id} .
```

To put the files in a specific folder replace the `.` at the end ("current directory") with the desired directory like `~/Downloads/logs`.

{% include content/integration-foot.md %}