StorageBucket
public protocol StorageBucket
Protocol that represents a Storage bucket.
- Tag: StorageBucket
-
fromOutputs(name:Extension method) References a
StorageBucketin the AmplifyOutputs file using the given name.Declaration
Swift
static func fromOutputs(name: String) -> SelfParameters
nameThe name of the bucket
-
fromBucketInfo(_:Extension method) References a
StorageBucketusing the data from the givenBucketInfo.Declaration
Swift
static func fromBucketInfo(_ bucketInfo: BucketInfo) -> SelfParameters
bucketInfoA
BucketInfoinstance
View on GitHub