trinodb / aws-proxy

Proxy for S3
Apache License 2.0
8 stars 6 forks source link

Have metastore connect directly to remote #92

Closed Randgalt closed 3 months ago

Randgalt commented 4 months ago

The Metastore is a trusted resource. It doesn't need to go through the proxy. Change the test container to connect directly to the object store.

This will be needed for future work with presigned URL redirects.