Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6755525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:24:42+00:00 2026-05-26T13:24:42+00:00

I’m working on a commercial website where video files are uploaded, usually 4-10mb each,

  • 0

I’m working on a commercial website where video files are uploaded, usually 4-10mb each, and roughly 200mb worth each month in total. The videos are not made public, they are uploaded for review by a specific person.

At present, visitors upload video through a php script that stores the file in a directory on the webserver and notifies the admin with a link directly to the file where the admin can view/download.

Each couple of months a copy is taken of this directory and given to the admin, then the directory is cleared so the site doesn’t use up too much space. This copy is then added to a backup on another server.

What would be a better flow? I’m thinking we could be uploading to a file storage service in the cloud instead of to the webserver itself. That would remove the first couple of steps and could even replace their backup as well…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:24:43+00:00Added an answer on May 26, 2026 at 1:24 pm

    Amazon’s S3 Storage pricing looks like it’d be quite reasonable for your application. You’d be in the lowest usage tiers on all their categories:

    Storage Pricing
                         Standard Storage    Reduced Redundancy Storage
    First 1 TB / month   $0.140 per GB       $0.093 per GB
    
    Request Pricing
    PUT, COPY, POST, or LIST Requests   $0.01 per  1,000 requests
    GET and all other Requests          $0.01 per 10,000 requests
    
    Data Transfer Pricing
    Data Transfer OUT
    First 1 GB / month     $0.000 per GB
    Up to 10 TB / month     $0.120 per GB
    

    “Reduced redundancy” is suggested to provide for four-nines (99.99%)
    availability — which equates to roughly 53 minutes of down time each year.
    Pretty good. “Standard Storage” had enough nines in their pricing calculator
    tool tip that you can assume only catastrophic events would bring down your
    data. It’d be the option I would pick if I were going to eschew backups
    entirely and rely on Amazon for backups.

    Assume after two years of operation and doubled-yearly growth: 1000
    megabytes of uploads per month: 12 gigabytes of storage, that’s less than $2
    per month for storage at the end of two years. (It’ll be cheaper before
    then.)

    Your PUT requests will be so infrequent (40-120 per month) that you might
    as well pretend they are $0 per month.

    Your GET requests will be so infrequent (80-240 per month, assuming both
    the uploader and designated viewer download the content once each) that
    you might as well pretend they are free for ever. (Penny per 10,000? Wow.)

    If you assume two gigabytes of data out each month (this is two-years out
    viewpoint of doubled-yearly growth — 200 megs becomes 400, 800, and assume
    both video uploader and designated viewer download each video exactly once,
    that’s 1600 megabytes), that’ll be another $0.24 per month.

    Assuming decent growth rates and looking two years into the future to see
    what accumulated storage looks like, it’ll be roughly $2.25 per month for
    your data hosting costs.

    But the S3 storage only makes sense if you’re prepared to modify your existing tools to upload to S3 storage buckets. You might need to go to more effort for your designated viewer to “view” the content — the easiest approach might in fact temporarily download the content out of the S3 bucket to your webserver to offer for re-download to your viewers — or you might need to write a tool that can speak S3 to download the content directly to your viewer’s desktop. (There are libraries for Python and Ruby, probably others too; the s3cmd tool might also be useful for quick and dirty tools.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I used javascript for loading a picture on my website depending on which small
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I have thousands of HTML files to process using Groovy/Java and I need to
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
I have a bunch of posts stored in text files formatted in yaml/textile (from
Let's say I'm outputting a post title and in our database, it's Hello Y’all
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.