laws 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/laws +3 -3
- metadata +3 -3
data/bin/laws
CHANGED
|
@@ -53,7 +53,7 @@ s3_cmd = Cri::Command.define do
|
|
|
53
53
|
usage 's3 <subcommand> [options] <arguments>'
|
|
54
54
|
summary 'provides command line tools for manipulating Amazon\'s S3 service'
|
|
55
55
|
description 'Provides several commands for interacting with s3; allows ' +
|
|
56
|
-
'creation, deletion, and listing of buckets, as well as uploading and' +
|
|
56
|
+
'creation, deletion, and listing of buckets, as well as uploading and ' +
|
|
57
57
|
'downloading of objects.'
|
|
58
58
|
|
|
59
59
|
end
|
|
@@ -129,8 +129,8 @@ s3_exists_cmd = Cri::Command.define do
|
|
|
129
129
|
name 'exists'
|
|
130
130
|
usage 'exists <bucket_name> [object_key]'
|
|
131
131
|
summary 'Checks if a bucket or object exists in s3'
|
|
132
|
-
description 'Checks the existence of the given bucket, and, if
|
|
133
|
-
' the
|
|
132
|
+
description 'Checks the existence of the given bucket, and, if a key is ' +
|
|
133
|
+
'provided, the corresponding object'
|
|
134
134
|
|
|
135
135
|
run do |opts, args, cmd|
|
|
136
136
|
bucket_name, object_key = args.shift, args.shift
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 13
|
|
9
|
+
version: 0.0.13
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Brian Fults
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2012-10-
|
|
17
|
+
date: 2012-10-30 00:00:00 -04:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|