Skip to content

Commit

Permalink
adding multipart put to blobstore
Browse files Browse the repository at this point in the history
  • Loading branch information
steveloughran committed Feb 19, 2017
1 parent a3c1f1c commit 6be52b8
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 177 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml version="1.0" encoding="UTF-8"?>
<ProjectNotes Version="1.0">
<Note ID="10" Modified="2014-10-29 22:16:21 +0000">
<Note ID="10" Modified="2014-10-29 23:16:21 +0100">
<Title>General</Title>
</Note>
</ProjectNotes>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml version="1.0" encoding="UTF-8"?>
<SearchIndexes Version="1.0">
<Documents>
<Document ID="3">
Expand Down Expand Up @@ -184,11 +184,18 @@ Mitigation strategies
3. Never have your programs ask for more rights than they need, to data, to database tables (and in HBase and Accumulo: columns)
4. Log data in a form which can be used for audit logs. (Issue: what is our story here? Logging to local/remote filesystems isn't it, not if malware could overwrite the logs)</Text>
</Document>
<Document ID="9">
<Title>Discussion</Title>
<Text>Discussion
<Document ID="24">
<Title>Response to Reviewers' Comments</Title>
<Text>Response to Reviewers’ Comments

[Insert text here]</Text>
We appreciate the detailed comments and suggestions from the reviewers. We have provided our responses below the corresponding comment.

Reviewer 1
[Insert reviewers’ comments here]

[Authors]

&lt;$fullname&gt;</Text>
</Document>
<Document ID="50">
<Title>UGI</Title>
Expand Down Expand Up @@ -280,18 +287,8 @@ If you find yourself down at this level you are in trouble. Bear that in mind.</
<Document ID="34">
<Title>Gists</Title>
</Document>
<Document ID="24">
<Title>Response to Reviewers' Comments</Title>
<Text>Response to Reviewers’ Comments

We appreciate the detailed comments and suggestions from the reviewers. We have provided our responses below the corresponding comment.

Reviewer 1
[Insert reviewers’ comments here]

[Authors]

&lt;$fullname&gt;</Text>
<Document ID="17">
<Title>Figures</Title>
</Document>
<Document ID="43">
<Title>Kerberos setup commands</Title>
Expand Down Expand Up @@ -618,8 +615,11 @@ This means that the caller did not have the credentials to talk to a Kerberos-se
<Title>Past copies</Title>
<Synopsis>Duplicate important drafts into here.</Synopsis>
</Document>
<Document ID="17">
<Title>Figures</Title>
<Document ID="9">
<Title>Discussion</Title>
<Text>Discussion

[Insert text here]</Text>
</Document>
<Document ID="36">
<Title>ZOOKEEPER and SASL</Title>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<integer>0</integer>
<key>binderSplitFrames</key>
<array>
<string>{{0, 0}, {205, 981}}</string>
<string>{{206, 0}, {1489, 981}}</string>
<string>{{0, 0}, {174, 756}}</string>
<string>{{175, 0}, {1265, 756}}</string>
</array>
<key>binderState</key>
<array>
Expand Down Expand Up @@ -140,7 +140,7 @@
<key>mainDocumentEditor.lockedInPlace</key>
<false/>
<key>mainDocumentEditor.scrollRect</key>
<string>{{0, 0}, {606, 304}}</string>
<string>{{0, 0}, {621, 304}}</string>
<key>mainDocumentEditor.selectedItemIDs</key>
<array/>
<key>mainDocumentEditor.textEditorState</key>
Expand Down Expand Up @@ -1002,15 +1002,60 @@
<string>title</string>
<string>label</string>
<string>status</string>
<string>createdDate</string>
<string>modifiedDate</string>
<string>words</string>
<string>characters</string>
<string>includeInExport</string>
<string>pageBreakBefore</string>
<string>compileAsIs</string>
<string>targetCount</string>
<string>targetCountType</string>
<string>progress</string>
<string>totalWords</string>
<string>totalCharacters</string>
<string>allKeywords</string>
<string>totalTargetCount</string>
<string>totalProgress</string>
</array>
<key>widths</key>
<dict>
<key>allKeywords</key>
<real>64</real>
<key>characters</key>
<real>46</real>
<key>compileAsIs</key>
<real>110.841796875</real>
<key>createdDate</key>
<real>53</real>
<key>includeInExport</key>
<real>20</real>
<key>label</key>
<real>114.296875</real>
<key>modifiedDate</key>
<real>50</real>
<key>pageBreakBefore</key>
<real>66</real>
<key>progress</key>
<real>50.041019439697266</real>
<key>status</key>
<real>93.92578125</real>
<key>targetCount</key>
<real>50</real>
<key>targetCountType</key>
<real>50</real>
<key>title</key>
<real>246</real>
<key>totalCharacters</key>
<real>96</real>
<key>totalProgress</key>
<real>64</real>
<key>totalTargetCount</key>
<real>64</real>
<key>totalWords</key>
<real>72</real>
<key>words</key>
<real>40</real>
</dict>
</dict>
<key>supportingDocumentEditor.outlinerState</key>
Expand All @@ -1019,7 +1064,7 @@
<integer>10</integer>
</array>
<key>supportingDocumentEditor.scrollRect</key>
<string>{{0, 0}, {1179.2, 702.40002}}</string>
<string>{{0, 0}, {1012, 522.40002}}</string>
<key>supportingDocumentEditor.selectedRanges</key>
<string>{13, 0}</string>
<key>supportingDocumentEditor.textEditorState</key>
Expand Down
Loading

0 comments on commit 6be52b8

Please sign in to comment.