Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have some files(.txt, .doc, .xlsx etc) in my bucket and is it possible to perform a content level search in AmazonS3 through my C# application? That is, when we type a string and upon pressing <enter> key in my application, every files that contains the searched string in its content should list.

Is there any way to achieve this either using the above method or even using WebAPI's.

Thanks in advance

What I have tried:

Tried both AmazonS3Client and WebAPI's, but I couldn't get an effective solution
Posted
Updated 28-Feb-17 18:25pm
v2
Comments
Richard MacCutchan 1-Mar-17 4:04am    
Have you checked the AmazonS3 documentation?
Abu RAHIM 7-Mar-17 2:16am    
yes

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900