Description:
Close connection to AWS S3.
Syntax:
s3_close(fd)
Note:
External library function (See External Library Guide). It closes connection to AWS S3 and releases resources.
Parameter:
fd |
S3 connection object |
Example:
|
A |
|
1 |
=s3_open("ASIAVSPDUYZ7O7WTX7C3":"7/5xYPO7a+9Po+IE1ySbmu9UB2hWIkWek1Sqn6E4":"us-east-2":"https://s3.us-east-2.amazonaws.com") |
Connect to AWS S3. |
2 |
>s3_close(A1) |
Close AWS S3 connection. |