Tag: aws
2 posts
-
Beware: S3 doesn't support "+" in filenames (properly)
Discovered this issue the other day. While you can upload a file with a plus "+" in it, it won't reject you. However, you cannot directly access it. You can only access it by…
-
Automatically installing New Relic on Elastic Beanstalk
Nearly 100% automated - it looks like the only way to grab an environment variable right now is through some nasty hacks. Other than the one hard-coded thing at the moment, this…