зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-02 22:56:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			11 строки
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 строки
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html
 | 
						|
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html
 | 
						|
 | 
						|
list buckets
 | 
						|
https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html
 | 
						|
    aws s3api list-buckets --query "Buckets[].Name"
 | 
						|
 | 
						|
create bucket
 | 
						|
https://docs.aws.amazon.com/cli/latest/reference/s3api/create-bucket.html
 | 
						|
    aws s3api create-bucket --bucket nlp-resource-repository
 |