Downloading files from AWS S3 bucket

Hi guys,

I have an extension that helps users to download ready-to-render material, but I am having some problems managing these files.

Some of our users are having trouble downloading files from the S3 bucket, especially
when your connections are not entirely stable or a little slow.

Our extension uses “Sketchup :: Http :: Request” + file url to download these files.

I think the best way to manage S3 files is to use the AWS S3 SDK for ruby,
but I haven’t figured out how to do that in sketchup.

Has anyone had a similar problem or any ideas to help?

Thank you very much!!!

Did u checked the parsed url in the browser and the url of the s3 bucket file. Both should match
Mostly this might due to the spaces in the parsed url generated by the code…

1 Like