StorageLocation
@objc(FSStorageLocation)
public enum StorageLocation : UInt, CustomStringConvertible
Represents a cloud storage location type.
See CloudStorage for more information about cloud storage locations.
-
Amazon S3
Declaration
Swift
case s3 -
Dropbox
Declaration
Swift
case dropbox -
Rackspace
Declaration
Swift
case rackspace -
Azure
Declaration
Swift
case azure -
Google Cloud Storage
Declaration
Swift
case gcs
-
Returns a
Stringrepresentation of self.Declaration
Swift
public var description: String { get }
View on GitHub
StorageLocation Enumeration Reference