Remove not really implemented s3accelerate option (#10993)
ref https://github.com/docker/distribution/pull/2166master
							parent
							
								
									b338d2f6ac
								
							
						
					
					
						commit
						40f4476dab
					
				|  | @ -24,7 +24,6 @@ Amazon S3 or S3 compatible services for object storage. | ||||||
| | `chunksize`  | no | The S3 API requires multipart upload chunks to be at least 5MB. This value should be a number that is larger than 5 * 1024 * 1024.| | | `chunksize`  | no | The S3 API requires multipart upload chunks to be at least 5MB. This value should be a number that is larger than 5 * 1024 * 1024.| | ||||||
| | `rootdirectory`  | no | This is a prefix that is applied to all S3 keys to allow you to segment data in your bucket if necessary. | | | `rootdirectory`  | no | This is a prefix that is applied to all S3 keys to allow you to segment data in your bucket if necessary. | | ||||||
| | `storageclass`  | no | The S3 storage class applied to each registry file. The default is `STANDARD`. | | | `storageclass`  | no | The S3 storage class applied to each registry file. The default is `STANDARD`. | | ||||||
| | `s3accelerate`  | no | Specifies whether the registry should use S3 Transfer Acceleration. You must enable acceleration endpoint on a bucket before using this option. A boolean value. The default is `false`. | |  | ||||||
| 
 | 
 | ||||||
| > **Note** You can provide empty strings for your access and secret keys to run the driver | > **Note** You can provide empty strings for your access and secret keys to run the driver | ||||||
| > on an ec2 instance and handles authentication with the instance's credentials. If you | > on an ec2 instance and handles authentication with the instance's credentials. If you | ||||||
|  | @ -51,7 +50,6 @@ Amazon S3 or S3 compatible services for object storage. | ||||||
| 
 | 
 | ||||||
| `storageclass`: (optional) The storage class applied to each registry file. Defaults to STANDARD. Valid options are STANDARD and REDUCED_REDUNDANCY. | `storageclass`: (optional) The storage class applied to each registry file. Defaults to STANDARD. Valid options are STANDARD and REDUCED_REDUNDANCY. | ||||||
| 
 | 
 | ||||||
| `s3accelerate`: (optional) Whether you would like to use accelerate endpoint for communication with S3. You must enable acceleration on a bucket before using this option. For details on how to enable the accelerate option, see [Amazon S3 Transfer Acceleration](https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html). |  | ||||||
| 
 | 
 | ||||||
| ## S3 permission scopes | ## S3 permission scopes | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue