# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/2pyha7a
貝殼 Go 實現的多雲對接存儲網關建設**
1、功能介紹貝殼存儲服務通過 S3 協議向業務方提供文件、圖片、音視頻的存儲及下載。S3 協議由 AWS 推出,在對象存儲行業已經成爲事實標準。騰訊雲對象存儲 COS、阿里雲對象存儲 OSS 均兼容 S3 協議。 S3 協議可以簡單理解爲一套 webapi 接口。通過調用接口,業務方可以進行對象數據的存取。每一個對象數據稱爲一個 object, 以一個唯一的 ID 來標識,object 可以組織 ⌘ Read more