mirror of
https://github.com/ceph/ceph
synced 2025-03-04 23:40:07 +00:00
8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget -q http://ceph.com/qa/s3_bucket_quota.pls
|
|
wget -q http://ceph.com/qa/S3Lib.pm
|
|
perl s3_bucket_quota.pls
|
|
exit 0
|
|
|