Skip to content

Commit 144ee71

Browse files
authored
Add files via upload
1 parent 3b82c26 commit 144ee71

20 files changed

+7482
-7040
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# -*- coding:utf-8 -*-
1+
# -*- coding:utf-8 -*-

src/obs/__init__.py

Lines changed: 65 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,65 @@
1-
# -*- coding:utf-8 -*-
2-
3-
4-
from obs.ilog import LogConf
5-
from obs.client import ObsClient
6-
from obs.model import *
7-
8-
9-
__all__ = [
10-
'LogConf',
11-
'ObsClient',
12-
'CompletePart',
13-
'Permission',
14-
'StorageClass',
15-
'EventType',
16-
'RestoreTier',
17-
'Group',
18-
'Grantee',
19-
'Grant',
20-
'ExtensionGrant',
21-
'Owner',
22-
'ACL',
23-
'Condition',
24-
'DateTime',
25-
'SseCHeader',
26-
'SseKmsHeader',
27-
'CopyObjectHeader',
28-
'SetObjectMetadataHeader',
29-
'CorsRule',
30-
'CreateBucketHeader',
31-
'ErrorDocument',
32-
'IndexDocument',
33-
'Expiration',
34-
'NoncurrentVersionExpiration',
35-
'GetObjectHeader',
36-
'HeadPermission',
37-
'Lifecycle',
38-
'Notification',
39-
'TopicConfiguration',
40-
'FilterRule',
41-
'Replication',
42-
'ReplicationRule',
43-
'Options',
44-
'PutObjectHeader',
45-
'AppendObjectHeader',
46-
'AppendObjectContent',
47-
'RedirectAllRequestTo',
48-
'Redirect',
49-
'RoutingRule',
50-
'Tag',
51-
'TagInfo',
52-
'Transition',
53-
'NoncurrentVersionTransition',
54-
'Rule',
55-
'Versions',
56-
'Object',
57-
'WebsiteConfiguration',
58-
'Logging',
59-
'CompleteMultipartUploadRequest',
60-
'DeleteObjectsRequest',
61-
'ListMultipartUploadsRequest',
62-
'GetObjectRequest'
63-
]
64-
1+
# -*- coding:utf-8 -*-
2+
3+
4+
from obs.ilog import LogConf
5+
from obs.client import ObsClient
6+
from obs.model import *
7+
8+
9+
__all__ = [
10+
'LogConf',
11+
'ObsClient',
12+
'CompletePart',
13+
'Permission',
14+
'StorageClass',
15+
'EventType',
16+
'RestoreTier',
17+
'Group',
18+
'Grantee',
19+
'Grant',
20+
'ExtensionGrant',
21+
'Owner',
22+
'ACL',
23+
'Condition',
24+
'DateTime',
25+
'SseCHeader',
26+
'SseKmsHeader',
27+
'CopyObjectHeader',
28+
'SetObjectMetadataHeader',
29+
'CorsRule',
30+
'CreateBucketHeader',
31+
'ErrorDocument',
32+
'IndexDocument',
33+
'Expiration',
34+
'NoncurrentVersionExpiration',
35+
'GetObjectHeader',
36+
'HeadPermission',
37+
'Lifecycle',
38+
'Notification',
39+
'TopicConfiguration',
40+
'FunctionGraphConfiguration',
41+
'FilterRule',
42+
'Replication',
43+
'ReplicationRule',
44+
'Options',
45+
'PutObjectHeader',
46+
'AppendObjectHeader',
47+
'AppendObjectContent',
48+
'RedirectAllRequestTo',
49+
'Redirect',
50+
'RoutingRule',
51+
'Tag',
52+
'TagInfo',
53+
'Transition',
54+
'NoncurrentVersionTransition',
55+
'Rule',
56+
'Versions',
57+
'Object',
58+
'WebsiteConfiguration',
59+
'Logging',
60+
'CompleteMultipartUploadRequest',
61+
'DeleteObjectsRequest',
62+
'ListMultipartUploadsRequest',
63+
'GetObjectRequest'
64+
]
65+

0 commit comments

Comments
 (0)