Hello all,
I am using Amazon Simple Storage Service component to write/read data to my S3 bucket. I was able to write a video using the 'S3_PutObject' server action. But when I try to get the pre-signed URL for the uploaded resource using the action 'S3_GetPresignedURL', the URL returned shows the below XML. How can I overcome this issue? Do I need to change the access permissions in AWS? If so, how?
Hi guys,
The issue got solved. I did the following. Provide 'AmazonS3FullAccess' policy to the user.
2) While calling the 'S3_GetPresignedURL' server action, I was not passing any value to the 'ExpiresIn' parameter. Though I had full s3 access, since I didn't pass any value to 'ExpiresIn' parameter, my URL wasn't working.
For more details, refer to https://www.youtube.com/watch?v=Pl5PygKj8wQ