aws-sdk-datasync 1.96.0 → 1.97.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5806487ddbadbd917579c19f67a0ed2ecf212b6234fc5f3eee96c90fc00ff6e2
4
- data.tar.gz: 6e0b77655522e8424e9686a078fb6f82bae3116865cb747171a2f09b3df9e269
3
+ metadata.gz: b08b0eeab7644910d6a21205b7e5f312257815f3f88509923c93bad624e33b3b
4
+ data.tar.gz: f5d9c5e8d4702293b50e9ff9b8bcde9fabf518cf20c614f1b8c3f6be43d5905d
5
5
  SHA512:
6
- metadata.gz: 3c24f3c09646e4c15d98dc5100d8974eb5472d31208f9cf01348e31cfb64afe714ea42cb71e9d04bb588245179511c9b6ba800c3ff0979413a204712632a79d5
7
- data.tar.gz: 99d8c44f84b9f688038f7854ecb9ef17c418299cf6756ff94ad56c54d27ae02f015b8dca0440876221ed2a5c20d161c6b8b164c165b3ceca8d3a22b416f39091
6
+ metadata.gz: 36f1aa83e3b7632d131f024e3aecad6829583ea17bc90f8a80b00a00e63039bbd0888d50058655a5a6c17d80b41858ca94b3059a3e50a2675f46960edc619add
7
+ data.tar.gz: 841c34ad685af5fb00022043ba1f620d93ae1685e2a1736f59571d716c69c3687c5076f74a42f528c00c215d7154b91c1a9e312e2441cff4e3953d26f562c2fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2025-02-04)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update to provide more information on using Kerberos authentication with SMB locations.
8
+
4
9
  1.96.0 (2025-01-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.97.0
@@ -1814,41 +1814,33 @@ module Aws::DataSync
1814
1814
  # server.
1815
1815
  #
1816
1816
  # @option params [String] :kerberos_principal
1817
- # Specifies a service principal name (SPN), which is an identity in your
1818
- # Kerberos realm that has permission to access the files, folders, and
1819
- # file metadata in your SMB file server.
1817
+ # Specifies a Kerberos prinicpal, which is an identity in your Kerberos
1818
+ # realm that has permission to access the files, folders, and file
1819
+ # metadata in your SMB file server.
1820
1820
  #
1821
- # SPNs are case sensitive and must include a prepended `cifs/`. For
1822
- # example, an SPN might look like `cifs/kerberosuser@EXAMPLE.COM`.
1821
+ # A Kerberos principal might look like `HOST/kerberosuser@EXAMPLE.COM`.
1823
1822
  #
1824
- # Your task execution will fail if the SPN that you provide for this
1825
- # parameter doesn’t match what’s exactly in your keytab or `krb5.conf`
1826
- # files.
1823
+ # Principal names are case sensitive. Your DataSync task execution will
1824
+ # fail if the principal that you specify for this parameter doesn’t
1825
+ # exactly match the principal that you use to create the keytab file.
1827
1826
  #
1828
1827
  # @option params [String, StringIO, File] :kerberos_keytab
1829
1828
  # Specifies your Kerberos key table (keytab) file, which includes
1830
- # mappings between your service principal name (SPN) and encryption
1831
- # keys.
1829
+ # mappings between your Kerberos principal and encryption keys.
1832
1830
  #
1833
- # You can specify the keytab using a file path (for example,
1834
- # `file://path/to/file.keytab`). The file must be base64 encoded. If
1835
- # you're using the CLI, the encoding is done for you.
1831
+ # The file must be base64 encoded. If you're using the CLI, the
1832
+ # encoding is done for you.
1836
1833
  #
1837
- # To avoid task execution errors, make sure that the SPN in the keytab
1838
- # file matches exactly what you specify for `KerberosPrincipal` and in
1839
- # your `krb5.conf` file.
1834
+ # To avoid task execution errors, make sure that the Kerberos principal
1835
+ # that you use to create the keytab file matches exactly what you
1836
+ # specify for `KerberosPrincipal`.
1840
1837
  #
1841
1838
  # @option params [String, StringIO, File] :kerberos_krb_5_conf
1842
1839
  # Specifies a Kerberos configuration file (`krb5.conf`) that defines
1843
1840
  # your Kerberos realm configuration.
1844
1841
  #
1845
- # You can specify the `krb5.conf` using a file path (for example,
1846
- # `file://path/to/krb5.conf`). The file must be base64 encoded. If
1847
- # you're using the CLI, the encoding is done for you.
1848
- #
1849
- # To avoid task execution errors, make sure that the service principal
1850
- # name (SPN) in the `krb5.conf` file matches exactly what you specify
1851
- # for `KerberosPrincipal` and in your keytab file.
1842
+ # The file must be base64 encoded. If you're using the CLI, the
1843
+ # encoding is done for you.
1852
1844
  #
1853
1845
  # @return [Types::CreateLocationSmbResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1854
1846
  #
@@ -4951,41 +4943,33 @@ module Aws::DataSync
4951
4943
  # server.
4952
4944
  #
4953
4945
  # @option params [String] :kerberos_principal
4954
- # Specifies a service principal name (SPN), which is an identity in your
4955
- # Kerberos realm that has permission to access the files, folders, and
4956
- # file metadata in your SMB file server.
4946
+ # Specifies a Kerberos prinicpal, which is an identity in your Kerberos
4947
+ # realm that has permission to access the files, folders, and file
4948
+ # metadata in your SMB file server.
4957
4949
  #
4958
- # SPNs are case sensitive and must include a prepended `cifs/`. For
4959
- # example, an SPN might look like `cifs/kerberosuser@EXAMPLE.COM`.
4950
+ # A Kerberos principal might look like `HOST/kerberosuser@EXAMPLE.COM`.
4960
4951
  #
4961
- # Your task execution will fail if the SPN that you provide for this
4962
- # parameter doesn’t match what’s exactly in your keytab or `krb5.conf`
4963
- # files.
4952
+ # Principal names are case sensitive. Your DataSync task execution will
4953
+ # fail if the principal that you specify for this parameter doesn’t
4954
+ # exactly match the principal that you use to create the keytab file.
4964
4955
  #
4965
4956
  # @option params [String, StringIO, File] :kerberos_keytab
4966
4957
  # Specifies your Kerberos key table (keytab) file, which includes
4967
- # mappings between your service principal name (SPN) and encryption
4968
- # keys.
4958
+ # mappings between your Kerberos principal and encryption keys.
4969
4959
  #
4970
- # You can specify the keytab using a file path (for example,
4971
- # `file://path/to/file.keytab`). The file must be base64 encoded. If
4972
- # you're using the CLI, the encoding is done for you.
4960
+ # The file must be base64 encoded. If you're using the CLI, the
4961
+ # encoding is done for you.
4973
4962
  #
4974
- # To avoid task execution errors, make sure that the SPN in the keytab
4975
- # file matches exactly what you specify for `KerberosPrincipal` and in
4976
- # your `krb5.conf` file.
4963
+ # To avoid task execution errors, make sure that the Kerberos principal
4964
+ # that you use to create the keytab file matches exactly what you
4965
+ # specify for `KerberosPrincipal`.
4977
4966
  #
4978
4967
  # @option params [String, StringIO, File] :kerberos_krb_5_conf
4979
4968
  # Specifies a Kerberos configuration file (`krb5.conf`) that defines
4980
4969
  # your Kerberos realm configuration.
4981
4970
  #
4982
- # You can specify the `krb5.conf` using a file path (for example,
4983
- # `file://path/to/krb5.conf`). The file must be base64 encoded. If
4984
- # you're using the CLI, the encoding is done for you.
4985
- #
4986
- # To avoid task execution errors, make sure that the service principal
4987
- # name (SPN) in the `krb5.conf` file matches exactly what you specify
4988
- # for `KerberosPrincipal` and in your keytab file.
4971
+ # The file must be base64 encoded. If you're using the CLI, the
4972
+ # encoding is done for you.
4989
4973
  #
4990
4974
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4991
4975
  #
@@ -5348,7 +5332,7 @@ module Aws::DataSync
5348
5332
  tracer: tracer
5349
5333
  )
5350
5334
  context[:gem_name] = 'aws-sdk-datasync'
5351
- context[:gem_version] = '1.96.0'
5335
+ context[:gem_version] = '1.97.0'
5352
5336
  Seahorse::Client::Request.new(handlers, context)
5353
5337
  end
5354
5338
 
@@ -1280,43 +1280,37 @@ module Aws::DataSync
1280
1280
  # @return [Array<String>]
1281
1281
  #
1282
1282
  # @!attribute [rw] kerberos_principal
1283
- # Specifies a service principal name (SPN), which is an identity in
1284
- # your Kerberos realm that has permission to access the files,
1285
- # folders, and file metadata in your SMB file server.
1283
+ # Specifies a Kerberos prinicpal, which is an identity in your
1284
+ # Kerberos realm that has permission to access the files, folders, and
1285
+ # file metadata in your SMB file server.
1286
1286
  #
1287
- # SPNs are case sensitive and must include a prepended `cifs/`. For
1288
- # example, an SPN might look like `cifs/kerberosuser@EXAMPLE.COM`.
1287
+ # A Kerberos principal might look like
1288
+ # `HOST/kerberosuser@EXAMPLE.COM`.
1289
1289
  #
1290
- # Your task execution will fail if the SPN that you provide for this
1291
- # parameter doesn’t match what’s exactly in your keytab or `krb5.conf`
1292
- # files.
1290
+ # Principal names are case sensitive. Your DataSync task execution
1291
+ # will fail if the principal that you specify for this parameter
1292
+ # doesn’t exactly match the principal that you use to create the
1293
+ # keytab file.
1293
1294
  # @return [String]
1294
1295
  #
1295
1296
  # @!attribute [rw] kerberos_keytab
1296
1297
  # Specifies your Kerberos key table (keytab) file, which includes
1297
- # mappings between your service principal name (SPN) and encryption
1298
- # keys.
1298
+ # mappings between your Kerberos principal and encryption keys.
1299
1299
  #
1300
- # You can specify the keytab using a file path (for example,
1301
- # `file://path/to/file.keytab`). The file must be base64 encoded. If
1302
- # you're using the CLI, the encoding is done for you.
1300
+ # The file must be base64 encoded. If you're using the CLI, the
1301
+ # encoding is done for you.
1303
1302
  #
1304
- # To avoid task execution errors, make sure that the SPN in the keytab
1305
- # file matches exactly what you specify for `KerberosPrincipal` and in
1306
- # your `krb5.conf` file.
1303
+ # To avoid task execution errors, make sure that the Kerberos
1304
+ # principal that you use to create the keytab file matches exactly
1305
+ # what you specify for `KerberosPrincipal`.
1307
1306
  # @return [String]
1308
1307
  #
1309
1308
  # @!attribute [rw] kerberos_krb_5_conf
1310
1309
  # Specifies a Kerberos configuration file (`krb5.conf`) that defines
1311
1310
  # your Kerberos realm configuration.
1312
1311
  #
1313
- # You can specify the `krb5.conf` using a file path (for example,
1314
- # `file://path/to/krb5.conf`). The file must be base64 encoded. If
1315
- # you're using the CLI, the encoding is done for you.
1316
- #
1317
- # To avoid task execution errors, make sure that the service principal
1318
- # name (SPN) in the `krb5.conf` file matches exactly what you specify
1319
- # for `KerberosPrincipal` and in your keytab file.
1312
+ # The file must be base64 encoded. If you're using the CLI, the
1313
+ # encoding is done for you.
1320
1314
  # @return [String]
1321
1315
  #
1322
1316
  # @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/CreateLocationSmbRequest AWS API Documentation
@@ -2459,9 +2453,8 @@ module Aws::DataSync
2459
2453
  # @return [Array<String>]
2460
2454
  #
2461
2455
  # @!attribute [rw] kerberos_principal
2462
- # The Kerberos service principal name (SPN) that has permission to
2463
- # access the files, folders, and file metadata in your SMB file
2464
- # server.
2456
+ # The Kerberos principal that has permission to access the files,
2457
+ # folders, and file metadata in your SMB file server.
2465
2458
  # @return [String]
2466
2459
  #
2467
2460
  # @!attribute [rw] authentication_type
@@ -6943,43 +6936,37 @@ module Aws::DataSync
6943
6936
  # @return [Array<String>]
6944
6937
  #
6945
6938
  # @!attribute [rw] kerberos_principal
6946
- # Specifies a service principal name (SPN), which is an identity in
6947
- # your Kerberos realm that has permission to access the files,
6948
- # folders, and file metadata in your SMB file server.
6939
+ # Specifies a Kerberos prinicpal, which is an identity in your
6940
+ # Kerberos realm that has permission to access the files, folders, and
6941
+ # file metadata in your SMB file server.
6949
6942
  #
6950
- # SPNs are case sensitive and must include a prepended `cifs/`. For
6951
- # example, an SPN might look like `cifs/kerberosuser@EXAMPLE.COM`.
6943
+ # A Kerberos principal might look like
6944
+ # `HOST/kerberosuser@EXAMPLE.COM`.
6952
6945
  #
6953
- # Your task execution will fail if the SPN that you provide for this
6954
- # parameter doesn’t match what’s exactly in your keytab or `krb5.conf`
6955
- # files.
6946
+ # Principal names are case sensitive. Your DataSync task execution
6947
+ # will fail if the principal that you specify for this parameter
6948
+ # doesn’t exactly match the principal that you use to create the
6949
+ # keytab file.
6956
6950
  # @return [String]
6957
6951
  #
6958
6952
  # @!attribute [rw] kerberos_keytab
6959
6953
  # Specifies your Kerberos key table (keytab) file, which includes
6960
- # mappings between your service principal name (SPN) and encryption
6961
- # keys.
6954
+ # mappings between your Kerberos principal and encryption keys.
6962
6955
  #
6963
- # You can specify the keytab using a file path (for example,
6964
- # `file://path/to/file.keytab`). The file must be base64 encoded. If
6965
- # you're using the CLI, the encoding is done for you.
6956
+ # The file must be base64 encoded. If you're using the CLI, the
6957
+ # encoding is done for you.
6966
6958
  #
6967
- # To avoid task execution errors, make sure that the SPN in the keytab
6968
- # file matches exactly what you specify for `KerberosPrincipal` and in
6969
- # your `krb5.conf` file.
6959
+ # To avoid task execution errors, make sure that the Kerberos
6960
+ # principal that you use to create the keytab file matches exactly
6961
+ # what you specify for `KerberosPrincipal`.
6970
6962
  # @return [String]
6971
6963
  #
6972
6964
  # @!attribute [rw] kerberos_krb_5_conf
6973
6965
  # Specifies a Kerberos configuration file (`krb5.conf`) that defines
6974
6966
  # your Kerberos realm configuration.
6975
6967
  #
6976
- # You can specify the `krb5.conf` using a file path (for example,
6977
- # `file://path/to/krb5.conf`). The file must be base64 encoded. If
6978
- # you're using the CLI, the encoding is done for you.
6979
- #
6980
- # To avoid task execution errors, make sure that the service principal
6981
- # name (SPN) in the `krb5.conf` file matches exactly what you specify
6982
- # for `KerberosPrincipal` and in your keytab file.
6968
+ # The file must be base64 encoded. If you're using the CLI, the
6969
+ # encoding is done for you.
6983
6970
  # @return [String]
6984
6971
  #
6985
6972
  # @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/UpdateLocationSmbRequest AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::DataSync
54
54
  autoload :EndpointProvider, 'aws-sdk-datasync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datasync/endpoints'
56
56
 
57
- GEM_VERSION = '1.96.0'
57
+ GEM_VERSION = '1.97.0'
58
58
 
59
59
  end
60
60
 
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.96.0
4
+ version: 1.97.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: 2025-01-28 00:00:00.000000000 Z
11
+ date: 2025-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core