joguSD
joguSD
It's been possible to configure a client for anonymous (unsigned) requests for quite some time: ```python from botocore import UNSIGNED from botocore.config import Config from botocore.session import Session session =...
As of right now we don't have any official guidance on slimming down the package size to remove unused services. We wouldn't be able to do the second one as...
I'm curious on your thoughts about [sourcing credentials from an external process](http://docs.aws.amazon.com/cli/latest/topic/config-vars.html#sourcing-credentials-from-external-processes) addressing some of your concerns about getting keyring support in the CLI as well.
Marking as a feature request.
@vrbos Is on the right track, you'll need to include the wheel compiled for the appropriate platform. This help page has some more information on including native dependencies in python...
@bangnguyen There's a note on this in the example, prerecorded streams need to match the realtime bitrate to avoid producing events with signatures that will be expired by the time...
@bangnguyen Here's a quick example of what I explained in my previous message, using a modified version of the file based example. **Big disclaimer:** I have not thoroughly tested the...
@bangnguyen I believe that's actually a playlist format, so as long as all of the items in the playlist are a standward wav file I'd imagine something like the above...
@bangnguyen Yeah this seems like a slightly different issue now and could definitely be related to temporary credentials expiring during a stream. I'll see if we can get some time...
@bangnguyen Ahhh, I see what you mean now. I thought your temporary credentials were expiring during the stream and refreshed credentials weren't being picked up. Seems like you're almost having...