OBSAppendObjectWithFileRequest Class Reference
| Inherits from | OBSAbstractAppendObjectRequest : OBSBaseRequest : OBSAbstractModel : OBSMTLModel |
|---|---|
| Declared in | OBSAppendObjectModel.h OBSAppendObjectModel.m |
uploadFilePath
File path
@property (nonatomic, strong, nonnull) NSString *uploadFilePathDeclared In
OBSAppendObjectModel.h
– initWithBucketName:objectKey:uploadFilePath:
Initialize a file-based upload request.
- (instancetype)initWithBucketName:(NSString *)bucketName objectKey:(NSString *)objectKey uploadFilePath:(NSString *)uploadFilePathParameters
bucketName |
Bucket name |
|---|---|
objectKey |
Object name |
uploadFilePath |
File path |
Return Value
File-based upload request
Declared In
OBSAppendObjectModel.h