feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

Comment: Databases (guides/basics/databases.md) #1151

Closed rwjenkins3 closed 6 years ago

rwjenkins3 commented 6 years ago

Comment/Problem

S3 Information missing.

The announcement for Feathers.js 2.0 specifically mentions S3 and has a link under 'Datastore Agnostic' to "15+ Datasources," but that page is 404. When you track down this page, there is no mention of S3 support.

Announcement url: https://blog.feathersjs.com/introducing-feathers-2-0-aae8ae8e7920

daffl commented 6 years ago

Although I'm not the biggest fan of updating blog posts for old versions I changed the link to point to the adapters page.

The service integration for S3 is feathers-blob. The reason why it is not listed on the adapters page anymore is that it is a simple datastore and not a database abstraction and does not support the common database adapter querying syntax.

rwjenkins3 commented 6 years ago

Oh crap, I'm sorry. I didn't notice.

I'm googling a lot about feathers and s3 and that was what came up.

Sorry.

On Mon, May 21, 2018, 6:34 PM David Luecke notifications@github.com wrote:

Although I'm not the biggest fan of updating blog posts for old versions I changed the link to point to the adapters page https://docs.feathersjs.com/api/databases/adapters.html.

The service integration for S3 is feathers-blob https://github.com/feathersjs-ecosystem/feathers-blob. The reason why it is not listed on the adapters page anymore is that it is a simple datastore and not a database abstraction and does not support the common database adapter querying syntax.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/feathersjs/docs/issues/1151#issuecomment-390803155, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsHCO-Z4CDEUzyuUHXgqwlUsinVApJIks5t00DbgaJpZM4UHr0y .

daffl commented 6 years ago

Weird, the first result I'm getting searching for feathersjs s3 (in incognito) is for feathers-blob. Was that not what you were getting?

rwjenkins3 commented 6 years ago

I think I was searching for 'feathersjs upload to s3' or something similar.

Again, I'm really sorry. I figured out my issue and am happily sending files to S3 now.

Thank you

On Mon, May 21, 2018, 7:34 PM David Luecke notifications@github.com wrote:

Weird, the first result I'm getting searching for feathersjs s3 (in incognito) is for feathers-blob. Was that not what you were getting?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/feathersjs/docs/issues/1151#issuecomment-390815367, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsHCMizpqIt1MnZu67DwSnVvEZoD1Ihks5t007-gaJpZM4UHr0y .