> @@ -105,6 +109,19 @@ private void createContainer() throws IOException {
>        }
>     }
>  
> +   private void updatePrivateURLKey() throws IOException {
> +      // The key can be changed to quickly expire all existing signed URLs.
> +      AccountApi accountApi = blobStore
> +            .getContext()

Yes, the example seems confusing now that you mentioned that. Personal opinion: 
it would make more sense to completely remove the blobStoreContext variable and 
use getContext() instead, just so users have an easier time reading the code 
(it's a short example).

---
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-examples/pull/87/files/c55b700333641724330d35daa5121275c1c38d09#r66348637

Reply via email to