コード例 #1
0
 internal DatabaseS3(TransportAmazonS3 _enclosing, string b, string o)
 {
     this._enclosing = _enclosing;
     // No explicit connections are maintained.
     this.bucketName = b;
     this.objectsKey = o;
 }
コード例 #2
0
			internal DatabaseS3(TransportAmazonS3 _enclosing, string b, string o)
			{
				this._enclosing = _enclosing;
				// No explicit connections are maintained.
				this.bucketName = b;
				this.objectsKey = o;
			}