2

Have a project where I would like to use Apache jclouds to talk to MS Azure but need to use SAS to restrict downloads, is this supported in jclouds?

jonbullock
  • 339
  • 1
  • 11
Llew
  • 21
  • 5

2 Answers2

0

Looks like JClouds only supports Azure Blob Shared Key Lite at the moment.

Reference: https://twitter.com/andrewthegaul/status/775565970236506112

jonbullock
  • 339
  • 1
  • 11
0

I was just investigating this myself and it looks like as of the JClouds v2.1.0 release this is now supported.

Yeroc
  • 1,054
  • 14
  • 21