yas3fs
yas3fs copied to clipboard
server side encryption policy enforced doesn't fail gracefully
If policy enforces SSE ( like http://s3tools.org/kb/item11.htm SSE , yas3fs gets a 403. The proper response should be a permission denied. With $? set to 1
Yas3fs is just reporting back the exact http status code AWS gives it back. Not sure what to fix. If you'd like to submit a PR feel free.