AWSS3IndexDocument
Objective-C
@interface AWSS3IndexDocument
Swift
class AWSS3IndexDocument
Container for the Suffix
element.
Required parameters: [Suffix]
-
A suffix that is appended to a request that is for a directory on the website endpoint (for example,if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable suffix;
Swift
var suffix: String? { get set }