Search code examples
amazon-s3google-cloud-datastoretaggingazure-cognitive-search

Cloud file storage with file tagging and search by tags/filename


My project needs to meet next requirements.

  • store large amount of files for reasonable price
  • tag individual files with custom tags
  • have API method to search files by name (contains) and tags (exact)
  • do it all via JS SDK (keep project serverless)

I made some work with Amazon S3 and turned out

So question is - what stable service can i use for file storage WITH functionality described above

Azure? Google Cloud? Backblaze B2? something else?

thanks!


Solution

  • If you use Azure blob storage, you can use Azure Search blob indexer to index both the metadata and textual content of your blobs. For a walkthrough of setting this up, see Build and query your first Azure Search index in the portal.