I independently tested that I have List and Get permissions on the bucket in question using awscli.
Below is the full stack trace that I receive when accessing /view. What stood out is the empty string that comes after the <bucket>.. As soon as I changed the default from "" to null as per @elvinx's suggestion, it worked for me!
I encountered the same issue as reported in https://github.com/nteract/commuter/issues/298.
I'm setting the following environment variables:
I independently tested that I have List and Get permissions on the bucket in question using
awscli
.Below is the full stack trace that I receive when accessing
/view
. What stood out is the empty string that comes after the<bucket>.
. As soon as I changed the default from""
tonull
as per @elvinx's suggestion, it worked for me!