AWSS3JSONOutput
Objective-C
@interface AWSS3JSONOutput
Swift
class AWSS3JSONOutput
Specifies JSON as request’s output serialization format.
-
The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character (‘\n’).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable recordDelimiter;
Swift
var recordDelimiter: String? { get set }