#Does uploading to s3 count as bandwidth?

4 messages · Page 1 of 1 (latest)

eager viperBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

outer hare
#

I'm pretty sure vercel only counts bandwidth from the request payload from user and the response payload.. so in this case you uploading to S3 won't be counted, but you may still get charged for the ingress... (This is at least how it was last year, I havent checked again)

outer hare
#

Uhh look into uploadthing as it stores in S3, but it only uses your server to validate aith of user to upload (not actually getting the file)

cosmic barn
#

you should use presigned url here