Skip to content

Commit

Permalink
add s3 temp auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoran Sun committed Oct 16, 2020
1 parent 0bb777d commit e4c15ed
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2652,6 +2652,10 @@
"AmazonS3LinkedServiceTypeProperties": {
"description": "Amazon S3 linked service properties.",
"properties": {
"authenticationType": {
"type": "object",
"description": "The authentication type of S3. Allowed value: AccessKey (default) or TemporarySecurityCredentials. Type: string (or Expression with resultType string)."
},
"accessKeyId": {
"type": "object",
"description": "The access key identifier of the Amazon S3 Identity and Access Management (IAM) user. Type: string (or Expression with resultType string)."
Expand All @@ -2664,6 +2668,10 @@
"type": "object",
"description": "This value specifies the endpoint to access with the S3 Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string)."
},
"sessionToken": {
"type": "object",
"description": "The session token for the S3 temporary security credential. Type: string (or Expression with resultType string)."
},
"encryptedCredential": {
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
Expand Down

0 comments on commit e4c15ed

Please sign in to comment.