bcc5b6e1ef 
								
							 
						 
						
							
							
								
								xl: Rename getOrderedDisks as shuffleDisks appropriately. ( #3796 )  
							
							... 
							
							
							
							This PR is for readability cleanup
- getOrderedDisks as shuffleDisks
- getOrderedPartsMetadata as shufflePartsMetadata
Distribution is now a second argument instead being the
primary input argument for brevity.
Also change the usage of type casted int64(0), instead
rely on direct type reference as `var variable int64` everywhere. 
							
						 
						
							2017-02-24 09:20:40 -08:00  
				
					
						
							
							
								 
						
							
								feb6685359 
								
							 
						 
						
							
							
								
								posix: Use preparePath only for paths used with syscall or os functions ( #3377 )  
							
							
							
						 
						
							2016-11-30 20:56:15 -08:00  
				
					
						
							
							
								 
						
							
								825000bc34 
								
							 
						 
						
							
							
								
								Use humanize constants for KiB, MiB and GiB units. ( #3322 )  
							
							
							
						 
						
							2016-11-22 18:18:22 -08:00  
				
					
						
							
							
								 
						
							
								4098025c11 
								
							 
						 
						
							
							
								
								Remove XL multipart tmp files when the latter is canceled ( #3214 )  
							
							... 
							
							
							
							XL multipart fails to remove tmp files when an error occurs during upload, this case covers the scenario where an upload is canceled manually by the client in the middle of job. 
							
						 
						
							2016-11-21 16:34:57 -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  
				
					
						
							
							
								 
						
							
								ffbee70e04 
								
							 
						 
						
							
							
								
								Avoid removing 'tmp' directory inside '.minio.sys' ( #3294 )  
							
							
							
						 
						
							2016-11-20 14:25:43 -08:00  
				
					
						
							
							
								 
						
							
								41f9ab1c69 
								
							 
						 
						
							
							
								
								Translate storage access denied error to S3 Access Denied response ( #3015 )  
							
							
							
						 
						
							2016-10-20 16:09:55 -07:00  
				
					
						
							
							
								 
						
							
								61a18ed48f 
								
							 
						 
						
							
							
								
								sha256: Verify sha256 along with md5sum, signature is verified on the request early. ( #2813 )  
							
							
							
						 
						
							2016-10-02 15:51:49 -07:00  
				
					
						
							
							
								 
						
							
								b89a1cd482 
								
							 
						 
						
							
							
								
								tests: Implemented more tests for fs-v1*.go ( #2686 )  
							
							
							
						 
						
							2016-09-16 13:06:49 -07:00  
				
					
						
							
							
								 
						
							
								b4e4846e9f 
								
							 
						 
						
							
							
								
								PutObject: object layer now returns ObjectInfo instead of md5sum to avoid extra GetObjectInfo call. ( #2599 )  
							
							... 
							
							
							
							From the S3 layer after PutObject we were calling GetObjectInfo for bucket notification. This can
be avoided if PutObjectInfo returns ObjectInfo.
fixes  #2567  
							
						 
						
							2016-09-13 21:18:30 -07:00  
				
					
						
							
							
								 
						
							
								9358ee011b 
								
							 
						 
						
							
							
								
								logging: Print stack trace in case of errors.  
							
							... 
							
							
							
							fixes  #1827  
						
							2016-09-13 21:18:30 -07: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