Files
featherVoice/Pods/AliyunOSSiOS/AliyunOSSSDK/OSSGetBucketInfoRequest.m

18 lines
301 B
Mathematica
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// OSSGetBucketInfoRequest.m
// AliyunOSSSDK
//
// Created by huaixu on 2018/7/10.
// Copyright © 2018 aliyun. All rights reserved.
//
#import "OSSGetBucketInfoRequest.h"
@implementation OSSGetBucketInfoRequest
- (NSDictionary *)requestParams {
return @{@"bucketInfo": @""};
}
@end