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.
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/PKG-INFO +11 -10
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/PKG-INFO +11 -10
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/not-zip-safe +1 -1
- esdk-obs-python-3.24.3/esdk_obs_python.egg-info/requires.txt +1 -0
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/__init__.py +100 -99
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/auth.py +278 -278
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/bucket.py +110 -110
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/bulktasks.py +218 -218
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/cache.py +44 -44
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/client.py +26 -6
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/const.py +2 -2
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/convertor.py +5 -1
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/crypto_client.py +279 -267
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/extension.py +152 -152
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/http2.py +169 -169
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/ilog.py +147 -147
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/loadtoken.py +184 -184
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/locks.py +28 -28
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/model.py +1690 -1690
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/obs_cipher_suite.py +358 -345
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/posix_transfer.py +83 -72
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/progress.py +83 -83
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/searchmethod.py +41 -41
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/transfer.py +800 -799
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/util.py +432 -432
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/obs/workflow.py +424 -423
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/setup.cfg +4 -4
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/setup.py +3 -2
- esdk-obs-python-3.23.9.1/esdk_obs_python.egg-info/requires.txt +0 -1
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/SOURCES.txt +0 -0
- {esdk-obs-python-3.23.9.1 → esdk-obs-python-3.24.3}/esdk_obs_python.egg-info/dependency_links.txt +0 -0
- {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.
|
|
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.
|
|
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 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pycryptodome>=3.10.1
|
|
@@ -1,99 +1,100 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
#
|
|
4
|
-
#
|
|
5
|
-
# License
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
from obs.
|
|
17
|
-
from obs.
|
|
18
|
-
from obs.model import
|
|
19
|
-
from obs.model import
|
|
20
|
-
from obs.model import
|
|
21
|
-
from obs.model import
|
|
22
|
-
from obs.model import
|
|
23
|
-
from obs.model import
|
|
24
|
-
from obs.model import
|
|
25
|
-
from obs.model import
|
|
26
|
-
from obs.model import
|
|
27
|
-
from obs.
|
|
28
|
-
from obs.
|
|
29
|
-
from obs.
|
|
30
|
-
from obs.obs_cipher_suite import
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
'
|
|
35
|
-
'
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'
|
|
39
|
-
'
|
|
40
|
-
'
|
|
41
|
-
'
|
|
42
|
-
'
|
|
43
|
-
'
|
|
44
|
-
'
|
|
45
|
-
'
|
|
46
|
-
'
|
|
47
|
-
'
|
|
48
|
-
'
|
|
49
|
-
'
|
|
50
|
-
'
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
57
|
-
'
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'
|
|
76
|
-
'
|
|
77
|
-
'
|
|
78
|
-
'
|
|
79
|
-
'
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'
|
|
83
|
-
'
|
|
84
|
-
'
|
|
85
|
-
'
|
|
86
|
-
'
|
|
87
|
-
'
|
|
88
|
-
'
|
|
89
|
-
'
|
|
90
|
-
'
|
|
91
|
-
'
|
|
92
|
-
'
|
|
93
|
-
'
|
|
94
|
-
'
|
|
95
|
-
'
|
|
96
|
-
'
|
|
97
|
-
'
|
|
98
|
-
'
|
|
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
|
+
]
|