Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
itminedu
snf-image
Commits
2548cd0d
Commit
2548cd0d
authored
Feb 03, 2012
by
Giorgos Verigakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get_object_meta now requires a domain
parent
4f25a20d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
snf-image-host/pithcat
snf-image-host/pithcat
+1
-1
No files found.
snf-image-host/pithcat
View file @
2548cd0d
...
...
@@ -53,7 +53,7 @@ def print_size(backend, url):
"""Writes object's size to stdout."""
account
,
container
,
object
=
urlsplit
(
url
)
meta
=
backend
.
get_object_meta
(
account
,
account
,
container
,
object
)
meta
=
backend
.
get_object_meta
(
account
,
account
,
container
,
object
,
None
)
print
meta
[
'bytes'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment