Conversation
There was a problem hiding this comment.
What will this print, by the way? Is there something in the container we want to get and demonstrate here?
There was a problem hiding this comment.
@demobox It just prints out the Container along with its information, nothing more.
|
Just a couple of minor comments, but am also fine with this as-is. +1 - looks good to me. Thanks, @jdaggett! |
|
You're going to need to update the |
|
@everett-toews Whoops, I had it changed in my working copy but didn't commit it. Updating now, thx! |
Thanks, @everett-toews - good catch! Forget to check that - assumed that had already happened. Whoops... |
|
@jdaggett UploadDirectoryToCDN doesn't work for me as is. Can you please try it to see if it works for you and verify it by trying to go to the "Go to" URL. This is what I had to change to get it to work. and Try it with those changes and see if it works for you. |
|
@jdaggett I need this stuff right now so I'm going to merge it and make the updates. |
|
Merged. |
There was a problem hiding this comment.
You can avoid the conversion to and from a String with:
Payload payload = blobStoreContext.utils().http().invoke(request).getPayload();
Files.write(payload, file);
There was a problem hiding this comment.
I'll update that in my new (pending) PR.
This PR updates the Rackspace Cloud Files examples to use the updated 1.7.3 APIs/release.
SmokeTestwas run against the examples.