C
C#17mo ago
bookuha

❔ S3 Buckets over HTTP? Is it ok?

I want to implement file exchanging in my messanger app (videos, photos). In the examples I see people write memorystreams to bytes arrays and return them, is this a normal practice?
7 Replies
bookuha
bookuha17mo ago
Please me explain a normal flow of the file upload/unload!
phaseshift
phaseshift17mo ago
What don't you get about the examples you've seen?
bookuha
bookuha17mo ago
Well, having my main monolithic app to do this kind of work, I guess But, seemingly, it is not really neccessary. I can do this any way, and use buckets as a storage, and return either stream of bytes or a file location on the bucket Or just make my app serve files
phaseshift
phaseshift17mo ago
Context is important, and you're not giving much. I also don't know what your question is
bookuha
bookuha17mo ago
Oh, sorry. I develop a monolithic REST API Messanger app, and there might be a need in file transfer, and I wonder how it is usually done in this kind of applications And I wonder, if it is proper to send 5-100 MB videos over HTTP
phaseshift
phaseshift17mo ago
How else are you going to get it to an S3 bucket?
Accord
Accord17mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.