- namespace Vinno.vCloud.Common.Storage.ObjectStorageInfo
- {
- public class ObjectFileSignOutput
- {
- /// <summary>
- /// 请求Url
- /// </summary>
- public string RequestUrl { get; set; }
- /// <summary>
- /// Authorization
- /// </summary>
- public string Authorization { get; set; }
- }
- }
|