Skip to content

Commit 6a59a42

Browse files
authored
Delta Table destination connector: S3 bucket creation and bucket policy scripts (#325)
1 parent 4e6d747 commit 6a59a42

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

snippets/general-shared-text/delta-table.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,22 @@ For more information about prerequisites, see the following:
7272
- If the target files are in the root of the bucket, the path to the bucket, formatted as `protocol://bucket/` (for example, `s3://my-bucket/`).
7373
If the target files are in a folder, the path to the target folder in the S3 bucket, formatted as `protocol://bucket/path/to/folder/` (for example, `s3://my-bucket/my-folder/`).
7474
- If the target files are in a folder, make sure the authenticated AWS IAM user has
75-
authenticated access to the folder as well. [Enable authenticated folder access](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html#example-bucket-policies-folders).
75+
authenticated access to the folder as well. [Enable authenticated folder access](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html#example-bucket-policies-folders).
76+
77+
## Add an access policy to an existing bucket
78+
79+
import S3BucketPolicy from '/snippets/general-shared-text/s3-bucket-policy.mdx';
80+
81+
<S3BucketPolicy />
82+
83+
## Create a bucket with AWS CloudFormation
84+
85+
import S3BucketCloudFormation from '/snippets/general-shared-text/s3-cf-setup.mdx';
86+
87+
<S3BucketCloudFormation />
88+
89+
## Create a bucket with the AWS CLI
90+
91+
import S3BucketCLI from '/snippets/general-shared-text/s3-cli-setup.mdx';
92+
93+
<S3BucketCLI />

0 commit comments

Comments
 (0)