This is all because someone thought it would be “easy” to add a stream of recurring revenue for cloud photo storage but didn’t take the time to design the service from a technical perspective to be resilient enough to not crash and burn.
This can be just calculated risk. Incredible damage for some users can be negligible damage to the company. In this case just 10TB of data was lost, so maybe thousands of users for the long term storage option. Losing customer data has potential for big reputation or brand damage, but surprisingly often the damage is relatively small. Putting in too much effort when potential damage to business is minimal may not be…
Canon's cloud platform has lost users' files and can't restore them
61–70 of 419 posts
Re: Canon's cloud platform has lost users' files and can't restore them
#62This is all because someone thought it would be “easy” to add a stream of recurring revenue for cloud photo storage but didn’t take the time to design the service from a technical perspective to be resilient enough to not crash and burn.
This can be just calculated risk. Incredible damage for some users can be negligible damage to the company. In this case just 10TB of data was lost, so maybe thousands of users for the long term storage option. Losing customer data has potential for big reputation or brand damage, but surprisingly often the damage is relatively small. Putting in too much effort when potential damage to business is minimal may not be…
Which is more of an indictment on the state of things than on the comment itself.
If you can't protect people's shit, don't offer to hold onto it for money!
Re: Canon's cloud platform has lost users' files and can't restore them
#63Earlier quoted context omitted.
Both AWS S3 and Google cloud storage buckets have an option that makes it impossible to delete stored objects for some period of time. The option was added for some legal compliance reasons, but I find it useful as an extra safeguard that important service data is not accidentally or maliciously deleted.
I suppose that feature would be incompatible with user data in a GDPR world ??
Re: Canon's cloud platform has lost users' files and can't restore them
#64Earlier quoted context omitted.
Store data and keys seperately. The set of keys for all your customers should be only a few megabytes, so is much much easier to back up more frequently and more copies of. It's also easier to have a "we do daily backups and delete any backups after 21 days" policy.
Wouldn't you need to edit every single backup where the key is stored in order to comply?
Re: Canon's cloud platform has lost users' files and can't restore them
#65Earlier quoted context omitted.
Both AWS S3 and Google cloud storage buckets have an option that makes it impossible to delete stored objects for some period of time. The option was added for some legal compliance reasons, but I find it useful as an extra safeguard that important service data is not accidentally or maliciously deleted.
I suppose that feature would be incompatible with user data in a GDPR world ??
Re: Canon's cloud platform has lost users' files and can't restore them
#66Re: Canon's cloud platform has lost users' files and can't restore them
#67This is all because someone thought it would be “easy” to add a stream of recurring revenue for cloud photo storage but didn’t take the time to design the service from a technical perspective to be resilient enough to not crash and burn.
This can be just calculated risk. Incredible damage for some users can be negligible damage to the company. In this case just 10TB of data was lost, so maybe thousands of users for the long term storage option. Losing customer data has potential for big reputation or brand damage, but surprisingly often the damage is relatively small. Putting in too much effort when potential damage to business is minimal may not be…
Re: Canon's cloud platform has lost users' files and can't restore them
#68IIUC the idea of their new platform was to be ephemeral in any case. Just to give a pipeline to stream in to other accounts.
I had no idea it was offering long term storage. Better off with S3 Glacier for that!
Re: Canon's cloud platform has lost users' files and can't restore them
#69Earlier quoted context omitted.
This can be just calculated risk. Incredible damage for some users can be negligible damage to the company. In this case just 10TB of data was lost, so maybe thousands of users for the long term storage option. Losing customer data has potential for big reputation or brand damage, but surprisingly often the damage is relatively small. Putting in too much effort when potential damage to business is minimal may not be…
This. Outside of FAANG, Gov and finance, very few consumer facing companies have the budgets to engineer redundancies.
You dont need that, but a backup ;)
Re: Canon's cloud platform has lost users' files and can't restore them
#70Earlier quoted context omitted.
Both AWS S3 and Google cloud storage buckets have an option that makes it impossible to delete stored objects for some period of time. The option was added for some legal compliance reasons, but I find it useful as an extra safeguard that important service data is not accidentally or maliciously deleted.
I suppose that feature would be incompatible with user data in a GDPR world ??