Horje
aws s3 change bucket region Code Example
aws s3 change bucket region
-- Create tmp
$ aws s3 sync s3://bucket1 s3://tmp --source-region us-west-1 --region us-west-2
$ aws s3 rb s3://bucket1 --force
-- Recreate bucket1 in us-west-2, but you might have to wait due to caching
$ aws s3 sync s3://tmp s3://bucket1 --source-region us-west-2 --region us-west-2




Shell

Related
git added and modified files Code Example git added and modified files Code Example
insert bash command to docker-compose file Code Example insert bash command to docker-compose file Code Example
how to backup db mysql from cli Code Example how to backup db mysql from cli Code Example
docker run Code Example docker run Code Example
merge branch from another repo Code Example merge branch from another repo Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12