diff --git a/src/routes/posts/quick-comparison-of-s3/_compare/Compare.svelte b/src/routes/posts/quick-comparison-of-s3/_compare/Compare.svelte index 2823abc..ffaaffe 100644 --- a/src/routes/posts/quick-comparison-of-s3/_compare/Compare.svelte +++ b/src/routes/posts/quick-comparison-of-s3/_compare/Compare.svelte @@ -111,7 +111,7 @@

- Additional options + Additional options and details It does account file count into the pricing maths, defaults to 1 file downloaded = GetObject op. I think that the ops pricing is just anti-spam measure. @@ -121,6 +121,23 @@ + + + + + + + + + {#each data as service} + + + + + + {/each} + +
ServiceCalculation methodResult
{service.name}{service.price.toString().substring(service.price.toString().indexOf("=>") + 3)}{Math.floor(service.price({ egress, fileCount, storage }))}