|
| 1 | +The Delta Table prerequisites for Amazon S3: |
| 2 | + |
| 3 | +The following video shows how to fulfill the minimum set of S3 prerequisites: |
| 4 | + |
| 5 | +<iframe |
| 6 | +width="560" |
| 7 | +height="315" |
| 8 | +src="https://www.youtube.com/embed/_W4565dcUGI" |
| 9 | +title="YouTube video player" |
| 10 | +frameborder="0" |
| 11 | +allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 12 | +allowfullscreen |
| 13 | +></iframe> |
| 14 | + |
| 15 | +The preceding video does not show how to create an AWS account or an S3 bucket. |
| 16 | + |
| 17 | +For more information about prerequisites, see the following: |
| 18 | + |
| 19 | +- An AWS account. [Create an AWS account](https://aws.amazon.com/free). |
| 20 | + |
| 21 | + <iframe |
| 22 | + width="560" |
| 23 | + height="315" |
| 24 | + src="https://www.youtube.com/embed/lIdh92JmWtg" |
| 25 | + title="YouTube video player" |
| 26 | + frameborder="0" |
| 27 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 28 | + allowfullscreen |
| 29 | + ></iframe> |
| 30 | + |
| 31 | +- An S3 bucket. [Create an S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html). |
| 32 | + Additional approaches are in the following video and in the how-to sections at the end of this page. |
| 33 | + |
| 34 | + <iframe |
| 35 | + width="560" |
| 36 | + height="315" |
| 37 | + src="https://www.youtube.com/embed/e6w9LwZJFIA" |
| 38 | + title="YouTube video player" |
| 39 | + frameborder="0" |
| 40 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 41 | + allowfullscreen |
| 42 | + ></iframe> |
| 43 | + |
| 44 | +- For authenticated bucket read access, the authenticated AWS IAM user must have at minimum the permissions of `s3:ListBucket` and `s3:GetObject` for that bucket. [Learn how](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html). |
| 45 | + |
| 46 | + <iframe |
| 47 | + width="560" |
| 48 | + height="315" |
| 49 | + src="https://www.youtube.com/embed/y4SfQoJpipo" |
| 50 | + title="YouTube video player" |
| 51 | + frameborder="0" |
| 52 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 53 | + allowfullscreen |
| 54 | + ></iframe> |
| 55 | + |
| 56 | +- For bucket write access, authenticated access to the bucket must be enabled (anonymous access must not be enabled), and the authenticated AWS IAM user must have at |
| 57 | + minimum the permission of `s3:PutObject` for that bucket. [Learn how](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html). |
| 58 | + |
| 59 | +- For authenticated access, an AWS access key and secret access key for the authenticated AWS IAM user in the account. |
| 60 | + [Create an AWS access key and secret access key](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_CreateAccessKey). |
| 61 | + |
| 62 | + <iframe |
| 63 | + width="560" |
| 64 | + height="315" |
| 65 | + src="https://www.youtube.com/embed/MoFTaGJE65Q" |
| 66 | + title="YouTube video player" |
| 67 | + frameborder="0" |
| 68 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 69 | + allowfullscreen |
| 70 | + ></iframe> |
| 71 | + |
| 72 | +- 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/`). |
| 73 | + 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/`). |
| 74 | +- 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). |
0 commit comments