aws-sdk-s3files 1.1.0 → 1.2.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3files/client.rb +1 -1
- data/lib/aws-sdk-s3files.rb +1 -1
- data/sig/client.rbs +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3df8ac10a2d03a32c18bfff1b6e18cb7743b9b1df51741d82878908744a101df
|
|
4
|
+
data.tar.gz: e3be1c515418eff9940f3def936a7ecc7bf3b36e969d7f032ef51534e341af36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4adbc024d9b8c838dd5fc5e535495695179578d5649884edf886312ce697baf6e21c0fa2128d79d3fea98627aedee5971c419abac2c02e046f9ae21a53c8217
|
|
7
|
+
data.tar.gz: 66d68cf7e0547ab6e05dc70c3315abe51724ca84b81e9cd1e9e704e4a823e8de67b1aa816903a2d4d932e0083fef3686765b74bca9ff2ad9cfad74d1cb1ecdd6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.0
|
data/lib/aws-sdk-s3files.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -98,7 +98,7 @@ module Aws
|
|
|
98
98
|
{
|
|
99
99
|
key: ::String,
|
|
100
100
|
value: ::String
|
|
101
|
-
}
|
|
101
|
+
}
|
|
102
102
|
],
|
|
103
103
|
file_system_id: ::String,
|
|
104
104
|
?posix_user: {
|
|
@@ -144,7 +144,7 @@ module Aws
|
|
|
144
144
|
{
|
|
145
145
|
key: ::String,
|
|
146
146
|
value: ::String
|
|
147
|
-
}
|
|
147
|
+
}
|
|
148
148
|
],
|
|
149
149
|
?accept_bucket_warning: bool
|
|
150
150
|
) -> _CreateFileSystemResponseSuccess
|
|
@@ -361,12 +361,12 @@ module Aws
|
|
|
361
361
|
prefix: ::String,
|
|
362
362
|
trigger: ("ON_DIRECTORY_FIRST_ACCESS" | "ON_FILE_ACCESS"),
|
|
363
363
|
size_less_than: ::Integer
|
|
364
|
-
}
|
|
364
|
+
}
|
|
365
365
|
],
|
|
366
366
|
expiration_data_rules: Array[
|
|
367
367
|
{
|
|
368
368
|
days_after_last_access: ::Integer
|
|
369
|
-
}
|
|
369
|
+
}
|
|
370
370
|
]
|
|
371
371
|
) -> _PutSynchronizationConfigurationResponseSuccess
|
|
372
372
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSynchronizationConfigurationResponseSuccess
|
|
@@ -378,7 +378,7 @@ module Aws
|
|
|
378
378
|
{
|
|
379
379
|
key: ::String,
|
|
380
380
|
value: ::String
|
|
381
|
-
}
|
|
381
|
+
}
|
|
382
382
|
]
|
|
383
383
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
384
384
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|