The Oracle
quantity
equation
is_docn*(5 + (gb_of_data - 250)*0.02*(gb_of_data > 250) + (outbound_xfer - 1024)*0.01*(outbound_xfer > 1024) ) + (1 - is_docn)*( gb_of_data*0.023 + (outbound_xfer - 1000)*0.09*(outbound_xfer > 1000) )
description
DigitalOcean Spaces (s3-compatible object storage) pricing comparison against AWS S3. We assume that outbound transfer (xfer) is below 10TB/mo and total storage is below 50TB (AWS's lowest tiers).
SET
fidelity
gb_of_data
min
max
log
float
int
intlog
type
is_docn
min
max
int
float
log
intlog
type
outbound_xfer
min
max
log
float
int
intlog
type
SAVE
monthly_cost = is_docn*(5 + (gb_of_data - 250)*0.02*(gb_of_data > 250) + (outbound_xfer - 1024)*0.01*(outbound_xfer > 1024) ) + (1 - is_docn)*( gb_of_data*0.023 + (outbound_xfer - 1000)*0.09*(outbound_xfer > 1000) )
HiPlot
Loading HiPlot...
HiPlot needs JavaScript to run