Skip to content
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

add scarf pixel #456

Merged
merged 2 commits into from
Apr 25, 2024
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Conduit Connector S3

### General

![scarf pixel](https://static.scarf.sh/a.png?x-pxid=191ed0af-67f7-4462-9fc0-13d1cb8e463c)
The S3 connector is one of [Conduit](https://github.com/ConduitIO/conduit) builtin plugins. It provides both, a source
and a destination S3 connectors.

Expand Down Expand Up @@ -58,7 +58,7 @@ the S3 bucket.
The config passed to `Configure` can contain the following fields.

| name | description | required | example |
| --------------------- | ------------------------------------------------------------------------------------- | -------- | ------------------- |
|-----------------------|---------------------------------------------------------------------------------------|----------|---------------------|
| `aws.accessKeyId` | AWS access key id | yes | "THE_ACCESS_KEY_ID" |
| `aws.secretAccessKey` | AWS secret access key | yes | "SECRET_ACCESS_KEY" |
| `aws.region` | the AWS S3 bucket region | yes | "us-east-1" |
Expand Down
Loading