forked from mangege/aliyun-oss-sdk-for-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.erb
53 lines (29 loc) · 1020 Bytes
/
README.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
= Aliyun::OSS
<%= docs_for['Aliyun::OSS'] %>
== Aliyun::OSS Basics
=== The service, buckets and objects
The three main concepts of OSS are the service, buckets and objects.
==== The service
<%= docs_for['Aliyun::OSS::Service'] %>
==== Buckets
<%= docs_for['Aliyun::OSS::Bucket'] %>
==== Objects
<%= docs_for['Aliyun::OSS::OSSObject'] %>
==== Streaming uploads
<%= docs_for['Aliyun::OSS::OSSObject::store'] %>
== Setting the current bucket
==== Scoping operations to a specific bucket
<%= docs_for['Aliyun::OSS::Base.set_current_bucket_to'] %>
== Access control
==== Using canned access control policies
<%= docs_for['Aliyun::OSS::ACL'] %>
==== Accessing private objects from a browser
<%= docs_for['Aliyun::OSS::OSSObject.url_for'] %>
== Logging
==== Tracking requests made on a bucket
<%= docs_for['Aliyun::OSS::Logging'] %>
== Errors
==== When things go wrong
<%= docs_for['Aliyun::OSS::Error'] %>
==== Accessing the last request's response
<%= docs_for['Aliyun::OSS::Service.response'] %>