esdk-obs-python 3.23.9.1__tar.gz → 3.24.3__tar.gz

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.
Files changed (32) hide show
  1. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/PKG-INFO +11 -10
  2. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/PKG-INFO +11 -10
  3. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/not-zip-safe +1 -1
  4. esdk-obs-python-3.24.3/esdk_obs_python.egg-info/requires.txt +1 -0
  5. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/__init__.py +100 -99
  6. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/auth.py +278 -278
  7. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/bucket.py +110 -110
  8. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/bulktasks.py +218 -218
  9. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/cache.py +44 -44
  10. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/client.py +26 -6
  11. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/const.py +2 -2
  12. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/convertor.py +5 -1
  13. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/crypto_client.py +279 -267
  14. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/extension.py +152 -152
  15. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/http2.py +169 -169
  16. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/ilog.py +147 -147
  17. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/loadtoken.py +184 -184
  18. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/locks.py +28 -28
  19. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/model.py +1690 -1690
  20. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/obs_cipher_suite.py +358 -345
  21. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/posix_transfer.py +83 -72
  22. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/progress.py +83 -83
  23. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/searchmethod.py +41 -41
  24. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/transfer.py +800 -799
  25. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/util.py +432 -432
  26. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/workflow.py +424 -423
  27. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/setup.cfg +4 -4
  28. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/setup.py +3 -2
  29. esdk-obs-python-3.23.9.1/esdk_obs_python.egg-info/requires.txt +0 -1
  30. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/SOURCES.txt +0 -0
  31. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/dependency_links.txt +0 -0
  32. {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/top_level.txt +0 -0
@@ -1,10 +1,11 @@
1
- Metadata-Version: 2.1
2
- Name: esdk-obs-python
3
- Version: 3.23.9.1
4
- Summary: OBS Python SDK
5
- Home-page:
6
- License: Apache-2.0
7
- Keywords: obs,python
8
- Platform: Independant
9
-
10
- OBS Python SDK
1
+ Metadata-Version: 2.1
2
+ Name: esdk-obs-python
3
+ Version: 3.24.3
4
+ Summary: OBS Python SDK
5
+ Home-page: UNKNOWN
6
+ License: Apache-2.0
7
+ Keywords: obs,python
8
+ Platform: Independant
9
+
10
+ OBS Python SDK
11
+
@@ -1,10 +1,11 @@
1
- Metadata-Version: 2.1
2
- Name: esdk-obs-python
3
- Version: 3.23.9.1
4
- Summary: OBS Python SDK
5
- Home-page:
6
- License: Apache-2.0
7
- Keywords: obs,python
8
- Platform: Independant
9
-
10
- OBS Python SDK
1
+ Metadata-Version: 2.1
2
+ Name: esdk-obs-python
3
+ Version: 3.24.3
4
+ Summary: OBS Python SDK
5
+ Home-page: UNKNOWN
6
+ License: Apache-2.0
7
+ Keywords: obs,python
8
+ Platform: Independant
9
+
10
+ OBS Python SDK
11
+
@@ -0,0 +1 @@
1
+ pycryptodome>=3.10.1
@@ -1,99 +1,100 @@
1
- # -*- coding:utf-8 -*-
2
- # Copyright 2019 Huawei Technologies Co.,Ltd.
3
- # Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- # this file except in compliance with the License. You may obtain a copy of the
5
- # License at
6
-
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
-
9
- # Unless required by applicable law or agreed to in writing, software distributed
10
- # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11
- # CONDITIONS OF ANY KIND, either express or implied. See the License for the
12
- # specific language governing permissions and limitations under the License.
13
-
14
-
15
- from obs.ilog import LogConf
16
- from obs.client import ObsClient
17
- from obs.model import CompletePart, Permission, StorageClass, EventType, RestoreTier, Group, Grantee, Grant
18
- from obs.model import ExtensionGrant, Owner, ACL, Condition, DateTime, SseCHeader, SseKmsHeader, CopyObjectHeader
19
- from obs.model import SetObjectMetadataHeader,RenameFileHeader, CorsRule, CreateBucketHeader, ErrorDocument, IndexDocument, Expiration
20
- from obs.model import NoncurrentVersionExpiration, GetObjectHeader, HeadPermission, Lifecycle, Notification
21
- from obs.model import TopicConfiguration, FunctionGraphConfiguration, FilterRule, Replication, ReplicationRule
22
- from obs.model import Options, PutObjectHeader, AppendObjectHeader, AppendObjectContent, RedirectAllRequestTo
23
- from obs.model import Redirect, RoutingRule, Tag, TagInfo, Transition, NoncurrentVersionTransition, Rule, Versions, AbortIncompleteMultipartUpload
24
- from obs.model import Object, WebsiteConfiguration, Logging, CompleteMultipartUploadRequest, DeleteObjectsRequest
25
- from obs.model import ListMultipartUploadsRequest, GetObjectRequest, UploadFileHeader, Payer
26
- from obs.model import ExtensionHeader, FetchStatus, BucketAliasModel, ListBucketAliasModel
27
- from obs.workflow import WorkflowClient
28
- from obs.crypto_client import CryptoObsClient
29
- from obs.obs_cipher_suite import CTRCipherGenerator
30
- from obs.obs_cipher_suite import CtrRSACipherGenerator
31
-
32
- __all__ = [
33
- 'LogConf',
34
- 'ObsClient',
35
- 'CompletePart',
36
- 'Permission',
37
- 'StorageClass',
38
- 'EventType',
39
- 'RestoreTier',
40
- 'Group',
41
- 'Grantee',
42
- 'Grant',
43
- 'ExtensionGrant',
44
- 'Owner',
45
- 'ACL',
46
- 'Condition',
47
- 'DateTime',
48
- 'SseCHeader',
49
- 'SseKmsHeader',
50
- 'CopyObjectHeader',
51
- 'SetObjectMetadataHeader',
52
- 'RenameFileHeader',
53
- 'CorsRule',
54
- 'CreateBucketHeader',
55
- 'ErrorDocument',
56
- 'IndexDocument',
57
- 'Expiration',
58
- 'NoncurrentVersionExpiration',
59
- 'AbortIncompleteMultipartUpload',
60
- 'GetObjectHeader',
61
- 'HeadPermission',
62
- 'Lifecycle',
63
- 'Notification',
64
- 'TopicConfiguration',
65
- 'FunctionGraphConfiguration',
66
- 'FilterRule',
67
- 'Replication',
68
- 'ReplicationRule',
69
- 'Options',
70
- 'PutObjectHeader',
71
- 'AppendObjectHeader',
72
- 'AppendObjectContent',
73
- 'RedirectAllRequestTo',
74
- 'Redirect',
75
- 'RoutingRule',
76
- 'Tag',
77
- 'TagInfo',
78
- 'Transition',
79
- 'NoncurrentVersionTransition',
80
- 'Rule',
81
- 'Versions',
82
- 'Object',
83
- 'WebsiteConfiguration',
84
- 'Logging',
85
- 'CompleteMultipartUploadRequest',
86
- 'DeleteObjectsRequest',
87
- 'ListMultipartUploadsRequest',
88
- 'GetObjectRequest',
89
- 'UploadFileHeader',
90
- 'Payer',
91
- 'ExtensionHeader',
92
- 'FetchStatus',
93
- 'WorkflowClient',
94
- 'CryptoObsClient',
95
- 'CTRCipherGenerator',
96
- 'CtrRSACipherGenerator',
97
- 'BucketAliasModel',
98
- 'ListBucketAliasModel'
99
- ]
1
+ #!/usr/bin/python
2
+ # -*- coding:utf-8 -*-
3
+ # Copyright 2019 Huawei Technologies Co.,Ltd.
4
+ # Licensed under the Apache License, Version 2.0 (the "License"); you may not use
5
+ # this file except in compliance with the License. You may obtain a copy of the
6
+ # License at
7
+
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ # Unless required by applicable law or agreed to in writing, software distributed
11
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the
13
+ # specific language governing permissions and limitations under the License.
14
+
15
+
16
+ from obs.ilog import LogConf
17
+ from obs.client import ObsClient
18
+ from obs.model import CompletePart, Permission, StorageClass, EventType, RestoreTier, Group, Grantee, Grant
19
+ from obs.model import ExtensionGrant, Owner, ACL, Condition, DateTime, SseCHeader, SseKmsHeader, CopyObjectHeader
20
+ from obs.model import SetObjectMetadataHeader,RenameFileHeader, CorsRule, CreateBucketHeader, ErrorDocument, IndexDocument, Expiration
21
+ from obs.model import NoncurrentVersionExpiration, GetObjectHeader, HeadPermission, Lifecycle, Notification
22
+ from obs.model import TopicConfiguration, FunctionGraphConfiguration, FilterRule, Replication, ReplicationRule
23
+ from obs.model import Options, PutObjectHeader, AppendObjectHeader, AppendObjectContent, RedirectAllRequestTo
24
+ from obs.model import Redirect, RoutingRule, Tag, TagInfo, Transition, NoncurrentVersionTransition, Rule, Versions, AbortIncompleteMultipartUpload
25
+ from obs.model import Object, WebsiteConfiguration, Logging, CompleteMultipartUploadRequest, DeleteObjectsRequest
26
+ from obs.model import ListMultipartUploadsRequest, GetObjectRequest, UploadFileHeader, Payer
27
+ from obs.model import ExtensionHeader, FetchStatus, BucketAliasModel, ListBucketAliasModel
28
+ from obs.workflow import WorkflowClient
29
+ from obs.crypto_client import CryptoObsClient
30
+ from obs.obs_cipher_suite import CTRCipherGenerator
31
+ from obs.obs_cipher_suite import CtrRSACipherGenerator
32
+
33
+ __all__ = [
34
+ 'LogConf',
35
+ 'ObsClient',
36
+ 'CompletePart',
37
+ 'Permission',
38
+ 'StorageClass',
39
+ 'EventType',
40
+ 'RestoreTier',
41
+ 'Group',
42
+ 'Grantee',
43
+ 'Grant',
44
+ 'ExtensionGrant',
45
+ 'Owner',
46
+ 'ACL',
47
+ 'Condition',
48
+ 'DateTime',
49
+ 'SseCHeader',
50
+ 'SseKmsHeader',
51
+ 'CopyObjectHeader',
52
+ 'SetObjectMetadataHeader',
53
+ 'RenameFileHeader',
54
+ 'CorsRule',
55
+ 'CreateBucketHeader',
56
+ 'ErrorDocument',
57
+ 'IndexDocument',
58
+ 'Expiration',
59
+ 'NoncurrentVersionExpiration',
60
+ 'AbortIncompleteMultipartUpload',
61
+ 'GetObjectHeader',
62
+ 'HeadPermission',
63
+ 'Lifecycle',
64
+ 'Notification',
65
+ 'TopicConfiguration',
66
+ 'FunctionGraphConfiguration',
67
+ 'FilterRule',
68
+ 'Replication',
69
+ 'ReplicationRule',
70
+ 'Options',
71
+ 'PutObjectHeader',
72
+ 'AppendObjectHeader',
73
+ 'AppendObjectContent',
74
+ 'RedirectAllRequestTo',
75
+ 'Redirect',
76
+ 'RoutingRule',
77
+ 'Tag',
78
+ 'TagInfo',
79
+ 'Transition',
80
+ 'NoncurrentVersionTransition',
81
+ 'Rule',
82
+ 'Versions',
83
+ 'Object',
84
+ 'WebsiteConfiguration',
85
+ 'Logging',
86
+ 'CompleteMultipartUploadRequest',
87
+ 'DeleteObjectsRequest',
88
+ 'ListMultipartUploadsRequest',
89
+ 'GetObjectRequest',
90
+ 'UploadFileHeader',
91
+ 'Payer',
92
+ 'ExtensionHeader',
93
+ 'FetchStatus',
94
+ 'WorkflowClient',
95
+ 'CryptoObsClient',
96
+ 'CTRCipherGenerator',
97
+ 'CtrRSACipherGenerator',
98
+ 'BucketAliasModel',
99
+ 'ListBucketAliasModel'
100
+ ]