The SAS is just a piece of query string, which is generated by Azure to grant limited access (to whom, which rights, until which date - everything is defined in the SAS Token). You can't anyhow check its correctness, unless you send a request to Azure.
There are unit tests, which cover the filter method - the one, which builds a Http request. I would expect the integration test to check the same logic. @gaul Could you please clarify, what do you mean exactly by integration test? Something like S3ClientLiveTest.java? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1270#issuecomment-465890744