summaryrefslogtreecommitdiff
path: root/bin/s3multiput
diff options
context:
space:
mode:
Diffstat (limited to 'bin/s3multiput')
-rwxr-xr-xbin/s3multiput2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/s3multiput b/bin/s3multiput
index 095737ac..644ddc91 100755
--- a/bin/s3multiput
+++ b/bin/s3multiput
@@ -256,7 +256,7 @@ def main():
if not quiet:
print 'Getting list of existing keys to check against'
keys = []
- for key in b.list():
+ for key in b.list(get_key_name(path, prefix)):
keys.append(key.name)
for root, dirs, files in os.walk(path):
for ignore in ignore_dirs: