vbox的更動 21757 路徑 trunk/include/iprt/s3.h
- 時間撮記:
- 2009-7-21 下午04:19:52 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/iprt/s3.h
r21754 r21757 124 124 * Creates a RTS3 interface handle. 125 125 * 126 * @returns IPRTstatus code.126 * @returns iprt status code. 127 127 * 128 128 * @param phS3 Where to store the RTS3 handle. … … 138 138 * Destroys a RTS3 interface handle. 139 139 * 140 * @returns IPRTstatus code.140 * @returns iprt status code. 141 141 * 142 142 * @param hS3 Handle to the RTS3 interface. … … 150 150 * operation changes. 151 151 * 152 * @returns IPRTstatus code.152 * @returns iprt status code. 153 153 * 154 154 * @param hS3 Handle to the RTS3 interface. … … 163 163 * You have to delete ppBuckets after usage with RTS3BucketsDestroy. 164 164 * 165 * @returns VBoxstatus code.165 * @returns iprt status code. 166 166 * 167 167 * @param hS3 Handle to the RTS3 interface. … … 175 175 * Destroys the bucket list returned by RTS3GetBuckets. 176 176 * 177 * @returns IPRTstatus code.177 * @returns iprt status code. 178 178 * 179 179 * @param pBuckets Pointer to the first bucket entry. … … 186 186 * This name have to be unique over all accounts on the S3 storage server. 187 187 * 188 * @returns IPRTstatus code.188 * @returns iprt status code. 189 189 * 190 190 * @param hS3 Handle to the RTS3 interface. … … 198 198 * The bucket must be empty. 199 199 * 200 * @returns IPRTstatus code.200 * @returns iprt status code. 201 201 * 202 202 * @param hS3 Handle to the RTS3 interface. … … 210 210 * You have to delete ppKeys after usage with RTS3KeysDestroy. 211 211 * 212 * @returns IPRTstatus code.212 * @returns iprt status code. 213 213 * 214 214 * @param hS3 Handle to the RTS3 interface. … … 223 223 * Delete the key list returned by RTS3GetBucketKeys. 224 224 * 225 * @returns IPRTstatus code.225 * @returns iprt status code. 226 226 * 227 227 * @param pKeys Pointer to the first key entry. … … 232 232 * Deletes a key in a bucket on the S3 storage server. 233 233 * 234 * @returns IPRTstatus code.234 * @returns iprt status code. 235 235 * 236 236 * @param hS3 Handle to the RTS3 interface. … … 245 245 * The file must not exists. 246 246 * 247 * @returns IPRTstatus code.247 * @returns iprt status code. 248 248 * 249 249 * @param hS3 Handle to the RTS3 interface. … … 257 257 * Uploads the content of a file into a key in the specified bucked. 258 258 * 259 * @returns IPRTstatus code.259 * @returns iprt status code. 260 260 * 261 261 * @param hS3 Handle to the RTS3 interface.
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器