Description:
Close OSS connection.
Syntax:
oss_close(fd)
Note:
External library function (See External Library Guide).
The function closes the OSS connection and releases resources.
Parameter:
fd |
OSS connection object |
Example:
|
A |
|
1 |
=oss_open("LTAI5tRgzSpjU73Wt","4dNAtbcjF6arKp26JGaytM","http://oss-cn-beijing.aliyuncs.com") |
Create an OSS connection. |
2 |
>oss_close(A1) |
Close the OSS connection. |