diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-08 16:11:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-08 16:11:39 -0400 |
commit | a50fb83394b11aa9d794fed7b471b27b66a553d3 (patch) | |
tree | c9d248bb79f63c85cf35ce40fe2e679779472703 /doc | |
parent | b7950d8d01875747cfe74328358c3ff0304e4ad4 (diff) | |
download | ikiwiki-a50fb83394b11aa9d794fed7b471b27b66a553d3.tar ikiwiki-a50fb83394b11aa9d794fed7b471b27b66a553d3.tar.gz |
add --delete-bucket option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/amazon_s3.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/amazon_s3.mdwn b/doc/plugins/amazon_s3.mdwn index 66042bfbe..caa0c0153 100644 --- a/doc/plugins/amazon_s3.mdwn +++ b/doc/plugins/amazon_s3.mdwn @@ -59,3 +59,8 @@ type uploads. Copy and rename detection is not done, so if you copy or rename a large file, it will be re-uploaded, rather than copied. + +## deleting a bucket + +You can use "ikiwiki -setup my.setup --delete-bucket" to delete anything +that's in the configured bucket, and remove the bucket. |