Skip to content

Commit 725059c

Browse files
S3StorageConfig
1 parent a78450b commit 725059c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# S3StorageConfig
2+
3+
`S3StorageConfig` represents a configuration of a bucket (_a container for objects_) in [Amazon S3](https://aws.amazon.com/s3/).
4+
5+
`S3StorageConfig` is a collection of the following properties:
6+
7+
* <span id="bucketPath"> Bucket Path
8+
* <span id="region"> S3 Region
9+
* <span id="awsRoleArn"> Role ARN
10+
* <span id="accessKey"> Access Key
11+
* <span id="secretKey"> Secret Key
12+
* <span id="sessionToken"> Session Token
13+
14+
`S3StorageConfig` is created only when `ServerProperties` is requested for the [S3 configurations](../server/ServerPropertiesUtils.md#getS3Configurations).
15+
16+
`S3StorageConfig` is used by the following services:
17+
18+
* [AwsCredentialVendor](AwsCredentialVendor.md#s3Configurations) to [vendAwsCredentials](AwsCredentialVendor.md#vendAwsCredentials) and [getStsClientForStorageConfig](AwsCredentialVendor.md#getStsClientForStorageConfig)
19+
* [FileIOFactory](../iceberg/FileIOFactory.md) to [getS3FileIO](../iceberg/FileIOFactory.md#getS3FileIO)
20+
* [TableConfigService](../iceberg/TableConfigService.md#s3Configurations) to [getS3Config](../iceberg/TableConfigService.md#getS3Config)

0 commit comments

Comments
 (0)