Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
soledad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
soledad
Commits
07fcc2f1
Verified
Commit
07fcc2f1
authored
7 years ago
by
drebs
Browse files
Options
Downloads
Patches
Plain Diff
[doc] add write_blob exceptions to interface docstring
parent
481afd8f
Branches
Branches containing commit
No related tags found
1 merge request
!173
#9016 - Cache user quota in blobs filesystem backend
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/leap/soledad/server/interfaces.py
+4
-0
4 additions, 0 deletions
src/leap/soledad/server/interfaces.py
with
4 additions
and
0 deletions
src/leap/soledad/server/interfaces.py
+
4
−
0
View file @
07fcc2f1
...
...
@@ -59,6 +59,10 @@ class IBlobsBackend(Interface):
:return: A deferred that fires when the blob has been written to the
backend storage.
:rtype: twisted.internet.defer.Deferred
:raise BlobExists: Raised when a blob with that id already exists.
:raise QuotaExceeded: Raised when the quota for that user would be
exceeded by this write operation.
"""
def
delete_blob
(
user
,
blob_id
,
namespace
=
''
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment