Difference between revisions of "Aws s3 cp"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
  [[aws s3]] cp [[--cache-control]]
 
  [[aws s3]] cp [[--cache-control]]
 
  [[aws s3]] cp --cache-control [[max-age]]=60
 
  [[aws s3]] cp --cache-control [[max-age]]=60
 +
 +
aws s3 cp --recursive /tmp/yourlocalfolder s3://remotebucket/yourremotefolder
  
 
   
 
   
Line 19: Line 21:
 
* <code>[[aws transfer]]</code>
 
* <code>[[aws transfer]]</code>
 
* <code>[[aws s3 ls]]</code>
 
* <code>[[aws s3 ls]]</code>
* <code>[[az storage blob download]]</code>
+
* <code>[[az storage blob cp]]</code>
 +
* [[azcopy copy]]
 
* <code>[[gsutil cp]]</code> or <code>[[gcloud storage cp]]</code>
 
* <code>[[gsutil cp]]</code> or <code>[[gcloud storage cp]]</code>
 
* [[AWS CLI S3 Configuration]]: <code>[[max_concurrent_requests]]</code>
 
* [[AWS CLI S3 Configuration]]: <code>[[max_concurrent_requests]]</code>
 
* <code>[[aws s3control create-job]]</code>
 
* <code>[[aws s3control create-job]]</code>
 +
* [[Terraform resource: aws_s3_object]]
  
 
== See also ==
 
== See also ==

Latest revision as of 14:33, 23 January 2025

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/cp.html

aws s3 cp --cache-control
aws s3 cp --cache-control max-age=60
aws s3 cp --recursive /tmp/yourlocalfolder s3://remotebucket/yourremotefolder


aws s3 cp myfile.txt s3://mybucket
upload: ./myfile.txt to s3://mybucket/myfile.txt

Activities[edit]

Related[edit]

See also[edit]

Advertising: