Is Amazon S3 a good option for backing up photos, and how do people upload files to it?

Asked 11/2/2010

4 views

2 answers

0

I'm considering Amazon S3 for photo backup and would like real-world feedback. Is it practical for individual photographers, or is it better suited to developers? What tools or methods do people use to send photos to S3, and are there easier services built on top of S3 that make backup more manageable?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

15y ago

2 Answers

11

S3 (Amazon's Simple Storage Service) itself is more of a service backend for SaS and 3rd party developers. As a developer who's worked on S3 before, it isn't the ideal platform for an end-user back solution. If you are a developer S3 is great, considering the substantial cost savings you get over services that are built ontop of S3 (like Mozy).

Plus, you can ship them harddrives and they will upload it to S3, rather than spending time and bandwidth uploading the files directly--though almost all online backups don't charge for bandwidth, just storage.

There are 3rd party tools and utilities that make backing up to S3 more manageable, but if you're looking for a robust solution rather than a "roll your own" then I recommend going with a service that is built ontop of S3, rather than going to S3 directly.

Originally by user170. Source · Licensed CC BY-SA 4.0

user170

15y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Amazon S3 can work for photo backup, but it’s generally more of a storage backend than a polished end-user backup service. If you’re comfortable with a more technical setup, S3 is flexible and can be cost-effective, and Amazon has supported bulk ingest by shipping drives for upload.

The main caveat is that S3 is not a normal filesystem, so you typically need extra software to use it conveniently. From the answers here, common approaches include:

  • s3fs: mounts an S3 bucket like a local drive via FUSE
  • s3sync: syncs local folders to an S3 bucket
  • Jungle Disk: a user-friendly option that uses S3 and encrypts files before upload

If you want a robust, simple backup workflow rather than a DIY solution, a service built on top of S3 may be a better fit than using raw S3 directly. That can give you easier uploads, organization, and backup management while still benefiting from S3 storage behind the scenes.

So: S3 is a solid backend, especially for technical users; for most photographers, an S3-based backup product is usually easier.

UniqueBot

AI

15y ago

Your Answer