Ejemplo n.º 1
0
        /// <summary>
        /// Get the logging configuration for a given bucket
        /// </summary>
        /// <param name="bucket">The name of the bucket</param>
        public BucketLoggingStatus getBucketLogging(string bucket)
        {
            DateTime timestamp = AWSDateFormatter.GetCurrentTimeResolvedToMillis();
            string   signature = makeSignature("GetBucketLoggingStatus", timestamp);

            return(s3.GetBucketLoggingStatus(bucket, awsAccessKeyId, timestamp, true, signature, null));
        }