Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download link permissions #6

Closed
silas opened this issue Sep 1, 2013 · 1 comment
Closed

Download link permissions #6

silas opened this issue Sep 1, 2013 · 1 comment

Comments

@silas
Copy link

silas commented Sep 1, 2013

Links in README.md return a 403.

$ curl -v 'http://forego.s3.amazonaws.com/forego-darwin-amd64'
* About to connect() to forego.s3.amazonaws.com port 80 (#0)
*   Trying 72.21.211.171...
* connected
* Connected to forego.s3.amazonaws.com (72.21.211.171) port 80 (#0)
> GET /forego-darwin-amd64 HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8x zlib/1.2.5
> Host: forego.s3.amazonaws.com
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< x-amz-request-id: 6C6D5E496615CD05
< x-amz-id-2: rJJFL8IjkwK9G8gHCz1qYmn+r9CmvFQq7mwusGMHNajrmAvu/CyrJ1Zd1QtI63x0
< Content-Type: application/xml
< Transfer-Encoding: chunked
< Date: Sun, 01 Sep 2013 04:36:01 GMT
< Server: AmazonS3
<
<?xml version="1.0" encoding="UTF-8"?>
* Connection #0 to host forego.s3.amazonaws.com left intact
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>6C6D5E496615CD05</RequestId><HostId>rJJFL8IjkwK9G8gHCz1qYmn+r9CmvFQq7mwusGMHNajrmAvu/CyrJ1Zd1QtI63x0</HostId></Error>* Closing connection #0
@ddollar
Copy link
Owner

ddollar commented Sep 1, 2013

Fixed, thanks!

@ddollar ddollar closed this as completed Sep 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants