Purge bucket index entries.
:command:`object rm`
- Remove an object.
+ Remove an S3/Swift object. Include "--yes-i-really-mean-it" to remove object's
+ entry from bucket index, for example if it's damaged.
:command:`object stat`
- Stat an object for its metadata.
+ Stat an S3/Swift object for its metadata.
:command:`object manifest`
- Display the manifest of RADOS objects containing the data.
+ Display the manifest of an S3/Swift object, producing a list of RADOS objects containing the data.
:command:`object unlink`
- Unlink object from bucket index.
+ Unlink S3/Swift object from bucket index.
:command:`object rewrite`
- Rewrite the specified object.
+ Rewrite the specified S3/Swift object.
:command:`object reindex`
- Add an object to its bucket's index. Used rarely for emergency repairs.
+ Add an S3/Swift object to its bucket's index. Used rarely for emergency repairs.
:command:`objects expire`
Run expired objects cleanup.
cout << " bi put store bucket index object entries\n";
cout << " bi list list raw bucket index entries\n";
cout << " bi purge purge bucket index entries\n";
- cout << " object rm remove object\n";
+ cout << " object rm remove object; include --yes-i-really-mean-it to force removal from bucket index\n";
cout << " object put put object\n";
cout << " object stat stat an object for its metadata\n";
cout << " object unlink unlink object from bucket index\n";
bi put store bucket index object entries
bi list list raw bucket index entries
bi purge purge bucket index entries
- object rm remove object
+ object rm remove object; include --yes-i-really-mean-it to force removal from bucket index
object put put object
object stat stat an object for its metadata
object unlink unlink object from bucket index