Email or username:

Password:

Forgot your password?
Top-level
The Gibson

@aurynn @Gargron I am watching with intent.

Curious to see how it treats this. Seems like it should work.

No comments
Aurynn Shaw

@thegibson @Gargron
Okay, here's the script I used:
gist.github.com/aurynn/5338a11

Okay, here's the results:
gist.github.com/aurynn/b8cb57c

This was tested on straight S3.

Looks like, setting the bucket and file to public makes it publicly readable.

The IAM policy restricting reads on one object override the public ACL.

Setting a private ACL on the object overrides the public ACL.

@thegibson @Gargron
Okay, here's the script I used:
gist.github.com/aurynn/5338a11

Okay, here's the results:
gist.github.com/aurynn/b8cb57c

This was tested on straight S3.

Looks like, setting the bucket and file to public makes it publicly readable.

Go Up