@@ -1625,9 +1625,9 @@ def get_blob_properties(
16251625 operation if it does exist.
16261626 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
16271627 Decrypts the data on the service-side with the given key.
1628- Use of customer-provided keys must be done over HTTPS.
1628+ Use of customer-provided keys must be done over HTTPS.
16291629 As the encryption key itself is provided in the request,
1630- a secure connection must be established to transfer the key.
1630+ a secure connection must be established to transfer the key.
16311631 :param int timeout:
16321632 The timeout parameter is expressed in seconds.
16331633 :return: a blob object including properties and metadata.
@@ -1692,7 +1692,7 @@ def set_blob_properties(
16921692 operation if it does exist.
16931693 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
16941694 Encrypts the data on the service-side with the given key.
1695- Use of customer-provided keys must be done over HTTPS.
1695+ Use of customer-provided keys must be done over HTTPS.
16961696 As the encryption key itself is provided in the request,
16971697 a secure connection must be established to transfer the key.
16981698 :param int timeout:
@@ -1822,9 +1822,9 @@ def _get_blob(
18221822 operation if it does exist.
18231823 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
18241824 Decrypts the data on the service-side with the given key.
1825- Use of customer-provided keys must be done over HTTPS.
1825+ Use of customer-provided keys must be done over HTTPS.
18261826 As the encryption key itself is provided in the request,
1827- a secure connection must be established to transfer the key.
1827+ a secure connection must be established to transfer the key.
18281828 :param int timeout:
18291829 The timeout parameter is expressed in seconds.
18301830 :return: A Blob with content, properties, and metadata.
@@ -1972,9 +1972,9 @@ def get_blob_to_path(
19721972 operation if it does exist.
19731973 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
19741974 Decrypts the data on the service-side with the given key.
1975- Use of customer-provided keys must be done over HTTPS.
1975+ Use of customer-provided keys must be done over HTTPS.
19761976 As the encryption key itself is provided in the request,
1977- a secure connection must be established to transfer the key.
1977+ a secure connection must be established to transfer the key.
19781978 :param int timeout:
19791979 The timeout parameter is expressed in seconds. This method may make
19801980 multiple calls to the Azure service and the timeout will apply to
@@ -2098,9 +2098,9 @@ def get_blob_to_stream(
20982098 operation if it does exist.
20992099 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
21002100 Decrypts the data on the service-side with the given key.
2101- Use of customer-provided keys must be done over HTTPS.
2101+ Use of customer-provided keys must be done over HTTPS.
21022102 As the encryption key itself is provided in the request,
2103- a secure connection must be established to transfer the key.
2103+ a secure connection must be established to transfer the key.
21042104 :param int timeout:
21052105 The timeout parameter is expressed in seconds. This method may make
21062106 multiple calls to the Azure service and the timeout will apply to
@@ -2332,9 +2332,9 @@ def get_blob_to_bytes(
23322332 operation if it does exist.
23332333 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
23342334 Decrypts the data on the service-side with the given key.
2335- Use of customer-provided keys must be done over HTTPS.
2335+ Use of customer-provided keys must be done over HTTPS.
23362336 As the encryption key itself is provided in the request,
2337- a secure connection must be established to transfer the key.
2337+ a secure connection must be established to transfer the key.
23382338 :param int timeout:
23392339 The timeout parameter is expressed in seconds. This method may make
23402340 multiple calls to the Azure service and the timeout will apply to
@@ -2453,9 +2453,9 @@ def get_blob_to_text(
24532453 operation if it does exist.
24542454 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
24552455 Decrypts the data on the service-side with the given key.
2456- Use of customer-provided keys must be done over HTTPS.
2456+ Use of customer-provided keys must be done over HTTPS.
24572457 As the encryption key itself is provided in the request,
2458- a secure connection must be established to transfer the key.
2458+ a secure connection must be established to transfer the key.
24592459 :param int timeout:
24602460 The timeout parameter is expressed in seconds. This method may make
24612461 multiple calls to the Azure service and the timeout will apply to
@@ -2527,9 +2527,9 @@ def get_blob_metadata(
25272527 operation if it does exist.
25282528 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
25292529 Decrypts the data on the service-side with the given key.
2530- Use of customer-provided keys must be done over HTTPS.
2530+ Use of customer-provided keys must be done over HTTPS.
25312531 As the encryption key itself is provided in the request,
2532- a secure connection must be established to transfer the key.
2532+ a secure connection must be established to transfer the key.
25332533 :param int timeout:
25342534 The timeout parameter is expressed in seconds.
25352535 :return:
@@ -2599,7 +2599,7 @@ def set_blob_metadata(self, container_name, blob_name,
25992599 operation if it does exist.
26002600 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
26012601 Encrypts the data on the service-side with the given key.
2602- Use of customer-provided keys must be done over HTTPS.
2602+ Use of customer-provided keys must be done over HTTPS.
26032603 As the encryption key itself is provided in the request,
26042604 a secure connection must be established to transfer the key.
26052605 :param int timeout:
@@ -3079,9 +3079,9 @@ def snapshot_blob(self, container_name, blob_name,
30793079 Required if the blob has an active lease.
30803080 :param ~azure.storage.blob.models.CustomerProvidedEncryptionKey cpk:
30813081 Encrypts the data on the service-side with the given key.
3082- Use of customer-provided keys must be done over HTTPS.
3082+ Use of customer-provided keys must be done over HTTPS.
30833083 As the encryption key itself is provided in the request,
3084- a secure connection must be established to transfer the key.
3084+ a secure connection must be established to transfer the key.
30853085 :param int timeout:
30863086 The timeout parameter is expressed in seconds.
30873087 :return: snapshot properties
0 commit comments