bin/s3_website in s3_website-2.4.0 vs bin/s3_website in s3_website-2.5.0
- old
+ new
@@ -77,9 +77,15 @@
:type => :boolean,
:default => false,
:desc => "Print verbose output"
)
option(
+ :force,
+ :type => :boolean,
+ :default => false,
+ :desc => "Skip diff calculation and push all the files. This option is useful when you need to update metadata on the S3 objects."
+ )
+ option(
:dry_run,
:type => :boolean,
:default => false,
:desc => "Run the operation without actually making the modifications. When this switch is on, changes will not be applied on the S3 website. They will be only printed to the console."
)