Question about bandwidth pricing, Machines and Tigris

Say I have a web service running on a Fly App that receives files from users and stores them on a Tigris bucket.

How’s the bandwidth pricing calculated and billed for this operation?

According to the pricing page, inbound data is free. So a user uploading a 1-GB file to the web service won’t be billed.

The docs also say that data transfer to Tigris Object Storage is also free, so the 1-GB transfer from the Fly machine to the Tigris bucket is also free.

Is this correct?
Are there any billed data transfers I’m missing here?

Thanks

Thats pretty much correct.

The only thing you’re missing is the response to the user. Even a HTTP204 response still uses some bandwidth so that will be billed for.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.