Update secret token examples in data-plane-aws-s3 README #491
Labels
documentation
Improvements or additions to documentation
triage
all new issues awaiting classification
Feature Request
The
README
of thedata-plane-aws-s3
module describes the 2 types ofSecretToken
supported by the data plane, but the JSON examples are incomplete. They miss the required field"edctype": "dataspaceconnector:secrettoken"
. In addition, the JSON example for theAwsTemporarySecretToken
only lists the fieldssessionToken
andexpiration
, but not the also required fieldsaccessKeyId
andsecretAccessKey
(even though this is detailed in the text preceding the example). Further, a quick note could be added that theexpiration
is expected to be a unix timestamp, not any other date format.Which Areas Would Be Affected?
README
Why Is the Feature Desired?
To avoid confusion/errors when strictly following the
README
.Solution Proposal
Add the above-mentioned details to the
README
.The text was updated successfully, but these errors were encountered: