StorageLocation

@objc(FSStorageLocation)
public enum StorageLocation : UInt, CustomStringConvertible

Represents a cloud storage location type.

See CloudStorage for more information about cloud storage locations.

  • s3

    Amazon S3

    Declaration

    Swift

    case s3
  • Dropbox

    Declaration

    Swift

    case dropbox
  • Rackspace

    Declaration

    Swift

    case rackspace
  • Azure

    Declaration

    Swift

    case azure
  • gcs

    Google Cloud Storage

    Declaration

    Swift

    case gcs

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }