PostObjectResult.cs 411 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using COSXML.Model.Tag;
  5. using COSXML.Transfer;
  6. namespace COSXML.Model.Object
  7. {
  8. /// <summary>
  9. /// 使用者用表单的形式将文件(Object)上传至指定 Bucket 中.
  10. /// <see href="https://cloud.tencent.com/document/product/436/14690"/>
  11. /// </summary>
  12. public sealed class PostObjectResult : CosResult
  13. {
  14. }
  15. }