Skip to content

Commit

Permalink
Update 1.1-create-stage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrimosaprinz authored Sep 25, 2023
1 parent cfe04e1 commit 5c89258
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ ENABLE = { TRUE | FALSE }

- `CREDENTIALS`: This JSON object contains the credentials required to connect to the object storage service.

+ `access_key_id`: Access key ID used for authentication.
+ `secret_access_key`: Key associated with the access key ID for authentication.
+ `"filepath"='<string>'`: Specifies the file path or directory in the S3 storage.
+ `"region"='<string>'`: Specifies the AWS region where the Amazon S3 storage is located.
+ `access_key_id`: Access key ID used for authentication.
+ `secret_access_key`: Key associated with the access key ID for authentication.
+ `"filepath"='<string>'`: Specifies the file path or directory in the S3 storage.
+ `"region"='<string>'`: Specifies the AWS region where the Amazon S3 storage is located.

- `directoryTableParams`: This parameter group is used to specify the configuration of a directory table associated with the stage.

Expand Down

0 comments on commit 5c89258

Please sign in to comment.