mikkel-arturo

Results 2 issues of mikkel-arturo

I've made a small addition to optionally accept a storage class parameter so objects can be directly coped to glacier, etc I've also added a quick check to make sure...

I have a Remix application deployed on vercel with the following header configuration ``` export const headers: HeadersFunction = () => ({ 'Cache-Control': 'public, max-age=0, s-maxage=600, stale-while-revalidate=60', Vary: 'Accept-Encoding, User-Agent',...