The path you've mentioned seems to be URL-encoded and represents something like: /home/*/.aws/credentials .
: Request the AWS credentials file. If successful, the server returns the contents of the file in the HTTP response. -file-..-2F..-2F..-2F..-2Fhome-2F-2A-2F.aws-2Fcredentials
: The sequence -2F is a variation of %2F , which represents the URL-encoded forward slash ( / ). The ../ sequence instructs the operating system to move up one directory level. The path you've mentioned seems to be URL-encoded