Fetch-url-file-3a-2f-2f-2froot-2f.aws-2fconfig -
A standard file:// URI would look like: file:///root/.aws/config — which points to the AWS configuration file in the root user’s home directory.
: Stores the actual Access Keys and Secret Access Keys . fetch-url-file-3A-2F-2F-2Froot-2F.aws-2Fconfig
: The string -3A-2F-2F-2F is a URL-encoded version of :/// . 3A = : 2F = / A standard file:// URI would look like: file:///root/