Introducing Object Storage
digitalocean.com
Introducing Object Storage
1–10 of 43 posts
Re: Introducing Object Storage
#2It rarely if ever works properly with standard Linux or Windows tools (s3), it has a rat's nest of arbitrary restrictions which require a language lawyer to decypher (s3/iam/vpc/roles), the APIs are vendor specific and sometimes even region specific (s3), the APIs are obtuse (s3 multipart), the clients are buggy (boto/boto3), suddenly you inherit extra costs and configuration requirements if you want to do something like expose it over http (route53/cloudfront/s3), credential storage is a nightmare for distribution compared to rsync/ssh etc. Ugh.
Please note I have used Google Storage as well and all of the above also apply.
The only thing that is positive is capital expenditure is low.
Re: Introducing Object Storage
#3S3 sets a high bar in terms of durability and availability, so it will be interesting to see how well DO can compete, and it will take a long time to gain the same level of trust that S3 has earned.
Re: Introducing Object Storage
#4If there's anything I've learned about object storage over the last year, it is: don't use object storage unless you need it for a particularly narrow use case of silly data volumes or CDN storage for a massively distributed content network. Anything else, forget it. It rarely if ever works properly with standard Linux or Windows tools (s3), it has a rat's nest of arbitrary restrictions which require a language lawye…
Re: Introducing Object Storage
#5Re: Introducing Object Storage
#6If there's anything I've learned about object storage over the last year, it is: don't use object storage unless you need it for a particularly narrow use case of silly data volumes or CDN storage for a massively distributed content network. Anything else, forget it. It rarely if ever works properly with standard Linux or Windows tools (s3), it has a rat's nest of arbitrary restrictions which require a language lawye…
Is there a stand for object storage?
The filesystem works pretty well though ;)
Re: Introducing Object Storage
#7Re: Introducing Object Storage
#8There's pretty much zero information on that page, so why should I care?
Re: Introducing Object Storage
#9Anybody have or see pricing after early access period?
Re: Introducing Object Storage
#10If there's anything I've learned about object storage over the last year, it is: don't use object storage unless you need it for a particularly narrow use case of silly data volumes or CDN storage for a massively distributed content network. Anything else, forget it. It rarely if ever works properly with standard Linux or Windows tools (s3), it has a rat's nest of arbitrary restrictions which require a language lawye…
[1] http://docs.aws.amazon.com/AmazonS3/latest/dev/usingHLmpuJav...
Edit: Added link to high level API