I am recording an audio message on React Native app using 'react-native-sound-recorder' and uploaded it to s3 bucket which gives me uploaded URL. Return URL play audio on app perfectly but same URL if I try to open in browser it's not playing.
Content type I am using 'audio/mp3'.
Thanks! Ankit