ak58588 commented on this pull request.
> @Singleton
public class AzureBlobRequestSigner implements BlobRequestSigner {
- private static final int DEFAULT_EXPIRY_SECONDS = 15 * 60;
- private static final String API_VERSION = "2017-04-17";
+ private static final int DEFAULT_EXPIRY_SECONDS = 300 * 60;
+ private static final String API_VERSION = "2018-03-28";
true, as the API version does not have any influence on SAS. I've put back the
old one
--
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#discussion_r252566017