Initializerswift-cloud 0.24.0CloudCore
init(bucket:expectedBucketOwner:)
SotoS3Types.swift:3353init(bucket: String, expectedBucketOwner: String? = nil)
init(bucket: String, expectedBucketOwner: String? = nil)
s9CloudCore2S3V23GetBucketLoggingRequestV6bucket08expectedE5OwnerAESS_SSSgtcfc
What are these?3LNA7
import CloudCore
struct GetBucketLoggingRequest
struct S3
Service object for interacting with AWS S3 service.
@frozen struct String
A Unicode string value that is a collection of characters.
let bucket: String
The bucket name for which to get the logging information.
let expectedBucketOwner: String?
The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden (access denied).
func encode(to encoder: Encoder) throws