Bugzilla:Release Process: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 214: Line 214:


   https://ftp.mozilla.org/pub/mozilla.org/webtools/<file>
   https://ftp.mozilla.org/pub/mozilla.org/webtools/<file>
As a shortcut to copy all of the gz files, one after the other:
  $ for i in `ls *.gz`; do aws s3 cp $i s3://net-mozaws-prod-delivery-contrib/pub/webtools/; done


To remove a file from S3:
To remove a file from S3:
637

edits