internal DatabaseS3(TransportAmazonS3 _enclosing, string b, string o) { this._enclosing = _enclosing; // No explicit connections are maintained. this.bucketName = b; this.objectsKey = o; }