Slowly, very slowly, DO is creeping towards having enough features to peel users off of AWS and GCP. Block storage, load balancers, and now blob storage...if you don't need managed queues or databases, you can probably save some serious coin by running services on DO. S3 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 g…
Good to know. Am in the throes of choosing between both for a simple project
Introducing Object Storage
21–30 of 43 posts
Re: Introducing Object Storage
#22Earlier quoted context omitted.
We roll out a public beta test with existing customers to ensure performance and reliability before doing a GA release. This allows customers to use the new product and provide feedback as well as help us to ensure a great level of service when the product goes full GA. So it's really a way for customers to test out new products early, but the specific details are specifically light so that if there are any major cha…
I think it's a little weird to say "Introducing Object Storage" when you're not introducing anything at all. There's zero information about it! Is it S3 compatible? Does it compete with S3? Does it supports static file hosting? How do permissions work? I think it would make more sense to communicate that you're looking for beta testers for an object storage service.
Customers who want to be a part of the beta are using the actual product that we are developing, but we don't commit to specifics publicly incase things change, which is why it's a beta release, not GA.
Re: Introducing Object Storage
#23Earlier quoted context omitted.
We aren't providing pricing information till full GA which is later in the year. All beta users will be given 1TB of free object storage during the beta period.
I think the lack of a pricing model and how short the free period is (until Oct 2017) makes it hard for many users to even justify testing it. For me it seems if a developer has to spend more than an hour testing this new product they are better off using S3.
Object storage has been a highly requested feature by our customers and now that we are getting closer to GA we want to ensure that customers get a chance to use the product and provide feedback on usability, bugs, performance, and etc.
Re: Introducing Object Storage
#24Earlier quoted context omitted.
I think the lack of a pricing model and how short the free period is (until Oct 2017) makes it hard for many users to even justify testing it. For me it seems if a developer has to spend more than an hour testing this new product they are better off using S3.
Certainly if you are considering moving a production workload, then a beta test, regardless of the company, may not be an ideal fit. Object storage has been a highly requested feature by our customers and now that we are getting closer to GA we want to ensure that customers get a chance to use the product and provide feedback on usability, bugs, performance, and etc.
But that is fine, if enough users are willing to front the cost of testing.
Re: Introducing Object Storage
#25Slowly, very slowly, DO is creeping towards having enough features to peel users off of AWS and GCP. Block storage, load balancers, and now blob storage...if you don't need managed queues or databases, you can probably save some serious coin by running services on DO. S3 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 g…
I wouldn't be surprised to see DO either roll out DaaS next or partner with someone (Compose.io?) to do it. That's one of two things (the other being VPC, which I know they're working on per HN posts elsewhere) that make AWS/GCP tempting over DO for me. That said, I kind of hope it's not Compose.io - they seem ridiculously overpriced for PostgreSQL compared to AWS's and GCP's offerings.
Re: Introducing Object Storage
#26Earlier quoted context omitted.
Is there a stand for object storage?
openstack swift supposedly but this is a slightly incompatible S3 implementation that nothing else talks. The filesystem works pretty well though ;)
Re: Introducing Object Storage
#27Um. Ok, something is wrong with your UI. There is no options to use Object Storage after signing up and required to enter a credit card. The drop down menu font is blurry. Support page takes about 30 seconds to load.
Re: Introducing Object Storage
#28Um. Ok, something is wrong with your UI. There is no options to use Object Storage after signing up and required to enter a credit card. The drop down menu font is blurry. Support page takes about 30 seconds to load.
This is an invitation for beta access, you sign up to request access and then and invitation to be a part of the beta access will be emailed separately.
Re: Introducing Object Storage
#29If 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…
> credential storage is a nightmare for distribution compared to rsync/ssh. I don't understand this argument. Why is it harder to store credentials for S3 or GCS than it is to store credentials for rsync or ssh?
Re: Introducing Object Storage
#30Earlier quoted context omitted.
> credential storage is a nightmare for distribution compared to rsync/ssh. I don't understand this argument. Why is it harder to store credentials for S3 or GCS than it is to store credentials for rsync or ssh?
Because everything has no ownership, no standard place to put things and no logical consistency.