aws-sdk-datasync 1.92.0 → 1.93.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +1 -1
- data/lib/aws-sdk-datasync/types.rb +0 -3
- data/lib/aws-sdk-datasync.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26d18879cd796abec1900c72554c4c2ae39808cd4a9be37cfa893f62648c36bb
|
4
|
+
data.tar.gz: e07a38cd91ceac339cbf315f5c51028b022203a6b446c46615f5dc3e9ef56232
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ce9d026bd8f116b59e05c2afd94ef439386789acfe5c9cfae9437a6936f5f42314287689633b1af078566e48c1efd61644317c8bc8d7a7f96166d567f96f164
|
7
|
+
data.tar.gz: e0039463133d75baec2c3ba86b6179ced705947deef1c490afb26a74780f307c105c711d06c914825e9df4b4dd7120e3ab2d82469acefe4d238df671d452b29b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.93.0
|
@@ -2728,7 +2728,6 @@ module Aws::DataSync
|
|
2728
2728
|
# * **(Basic task mode only)** The number of items that DataSync
|
2729
2729
|
# expects to delete (if [PreserveDeletedFiles][4] is set to
|
2730
2730
|
# `REMOVE`).
|
2731
|
-
#
|
2732
2731
|
# * If `TranserMode` is set to `ALL` - The calculation is based only
|
2733
2732
|
# on the items that DataSync finds at the source location.
|
2734
2733
|
#
|
@@ -4640,7 +4639,6 @@ module Aws::DataSync
|
|
4640
4639
|
#
|
4641
4640
|
# DataSync won't copy NTFS system access control lists (SACLs)
|
4642
4641
|
# with this option.
|
4643
|
-
#
|
4644
4642
|
# * `OWNER_DACL_SACL` - For each copied object, DataSync copies the
|
4645
4643
|
# following metadata:
|
4646
4644
|
#
|
@@ -4658,7 +4656,6 @@ module Aws::DataSync
|
|
4658
4656
|
# see required permissions for [SMB][2], [FSx for Windows File
|
4659
4657
|
# Server][3], or [FSx for ONTAP][4] (depending on the type of
|
4660
4658
|
# location in your transfer).
|
4661
|
-
#
|
4662
4659
|
# * `NONE` - None of the SMB security descriptor components are
|
4663
4660
|
# copied. Destination objects are owned by the user that was
|
4664
4661
|
# provided for accessing the destination location. DACLs and SACLs
|
data/lib/aws-sdk-datasync.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-datasync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.93.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|