Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

Limitations and Known Issues

None.

Account Settings

Image RemovedImage Added


ParameterData TypeDescription
Label*String

Specify a unique label for the account.

Default Value: N/A
ExampleAWS_V4_REST_Account

Access-key ID*String/Expression

Specify the access key ID associated with your AWS authentication.

Default Value: N/A
ExampleABCDEFGHIJKL1MNOPQ

Secret Key*String/Expression

Specify the secret key associated with your AWS authentication.

Default Value: N/A
ExampleaBcdeFGhiJKLM/N1O

Security Token



String/Expression

Specify the security token to make requests using temporary credentials (for example, AWS STS) for accessing AWS resources. You do not have to specify Security Token if you use permanent credentials.

Learn more about adding signature to the HTTP request - AWS General Reference.

Default Value: N/A
Example:
FwoGYXdzEGUaDFInugbfGX8xlGA4ZwNWCiV3uSQBjIre4G7AXvfuGO2Fq41wDp7cLCuGAZvKGc4TcSknLVYpI2amWKf9z21+7oszQ==


Note

If you configure this account for your REST Snaps, you must include the service and region in the Service URL field of the Snap settings. See the example below for more information.

  • If you include query parameters in the Service URL field, ensure that you pass the key-value pairs in the ascending order of the keys. For example, http://coresnapsqa-v4.s3.us-east-2.amazonaws.com/?max-keys=15&prefix=AEP
  • http://coresnapsqa-v4.s3.us-east-2.amazonaws.com/?prefix=AEP&max-keys=15 — this URL denotes an incorrect order as the keys are not in an ascending order.
  • Alternatively, you can provide the query parameters in the Query parameters field set of the Snap in any order. 

...

  • Configure a valid REST AWS SigV4 Account to authenticate the REST APIs.
  • Configure Filename as your Pipeline parameter and an S3 account for the bucket.

...