1c97dcb10a 
								
							 
						 
						
							
							
								
								Add UTCNow() function. ( #3931 )  
							
							... 
							
							
							
							This patch adds UTCNow() function which returns current UTC time.
This is equivalent of UTCNow() == time.Now().UTC() 
							
						 
						
							2017-03-18 11:28:41 -07:00  
				
					
						
							
							
								 
						
							
								d6a327fbc5 
								
							 
						 
						
							
							
								
								Add notifications by webhook.  
							
							... 
							
							
							
							Add a new config entry moving to version 13.
```
		"webhook": {
			"1": {
				"enable": true,
				"address": "http://requestb.in/1i9al7m1 "
			}
		}
``` 
							
						 
						
							2017-01-12 10:19:59 -08:00  
				
					
						
							
							
								 
						
							
								b0cfceb211 
								
							 
						 
						
							
							
								
								event: Enhance event message struct to provide origin server. ( #3557 )  
							
							... 
							
							
							
							`principalId` i.e user identity is kept as AccessKey in
accordance with S3 spec.
Additionally responseElements{} are added starting with
`x-amz-request-id` is a hexadecimal of the event time itself in nanosecs.
`x-minio-origin-server` - points to the server generating the event.
Fixes  #3556  
							
						 
						
							2017-01-10 16:43:48 -08:00  
				
					
						
							
							
								 
						
							
								e8ce3b64ed 
								
							 
						 
						
							
							
								
								Generate and use access/secret keys properly ( #3498 )  
							
							
							
						 
						
							2016-12-26 10:21:23 -08:00  
				
					
						
							
							
								 
						
							
								bef0a50bc1 
								
							 
						 
						
							
							
								
								Cleanup and fixes ( #3273 )  
							
							... 
							
							
							
							* newRequestID() (previously generateUploadID()) returns string than byte array.
* Remove unclear comments and added appropriate comments.
* SHA-256, MD5 Hash functions return Hex/Base64 encoded string than byte array.
* Remove duplicate MD5 hasher functions.
* Rename listObjectsValidateArgs() into validateListObjectsArgs()
* Remove repeated auth check code in all bucket request handlers.
* Remove abbreviated names in bucket-metadata
* Avoid nested if in bucketPolicyMatchStatement()
* Use ioutil.ReadFile() instead of os.Open() and ioutil.ReadAll()
* Set crossDomainXML as constant. 
							
						 
						
							2016-11-21 13:51:05 -08:00  
				
					
						
							
							
								 
						
							
								bccf549463 
								
							 
						 
						
							
							
								
								server: Move all the top level files into cmd folder. ( #2490 )  
							
							... 
							
							
							
							This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience. 
							
						 
						
							2016-08-18 16:23:42 -07:00