01-06-2016 09:38 PM
Is there a way to use this library with non-Amazon hosted S3 servers? My company uses private S3 servers and I'd like to access them in LabView, but it doesn't look like there's a way to specify the server URL with these VIs.
01-06-2016 11:31 PM
After a while testing and using the plugin, I found it was actually easier to just use awscli - works great on both linux and windows command lines, and we use it with all our other applications too. More performant in syncing than most of the other language APIs, I think.
In any case, the module that generates the URL is in "AMZ_S3_AUTH_Create HTTP Handle" and it's password protected. Its called from LL_PUT Object Core.vi and you could try rewiring the url going to the generic HTTP PUT vi and/or creating your own vi to replace AMZ_S3_AUTH_Create HTTP Handle.
But just use AWSCLI - you'll probably never look back - it can do almost anything in the AWS system too.
08-23-2017 03:25 PM
Howdy,
Do you have an example you would be willing to post?
Thanks,
Mike