Fix your code for future readers please
proxypass http://$s3bucket/$url_full;
is actually
proxypass http://$s3bucket$url_full;
or
proxypass http://$s3bucket$uri;
Nice article
Fix your code for future readers please
proxypass http://$s3bucket/$url_full;
is actually
proxypass http://$s3bucket$url_full;
or
proxypass http://$s3bucket$uri;
Nice article