Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows file upload references not creating directories in s3 bucket #23

Open
tschirmer opened this issue Jun 26, 2017 · 0 comments
Open

Comments

@tschirmer
Copy link

Ran this on windows, uploaded as expected:

C:\Users\tony\Downloads\awsMagentoBuild>git-s3 deploy
Uploading magento\latest\templates\configure_magento.sh
Uploading magento\latest\templates\elasticache.template
Uploading magento\latest\templates\install_magento.sh
Uploading magento\latest\templates\magento-master.template.json
Uploading magento\latest\templates\magento.template.json
Uploading magento\latest\templates\rdsaurora.template.json
Uploading magento\latest\templates\securitygroups.template
Uploading magento\latest\templates\webserver.centos.template.json
Uploading submodules\quickstart-aws-vpc.git
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-3az-complete.json
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-3az-public.json
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-3az.json
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-4az-complete.json
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-4az-public.json
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-4az.json
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-complete.json
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-defaults.json
Uploading submodules\quickstart-aws-vpc\ci\aws-vpc-public.json
Uploading submodules\quickstart-aws-vpc\LICENSE.txt
Uploading submodules\quickstart-aws-vpc\NOTICE.txt
Uploading submodules\quickstart-aws-vpc\README.md
Uploading submodules\quickstart-aws-vpc\templates\aws-vpc.template
Lock file initialized. Deployment complete!

However, no directories were made on the s3 side, and filepaths that are meant to be accessable with a "/" are replaced with "%5C"

e.g.
http://s3-region.amazonaws.com/bucketname/magento%5Clatest%5Ctemplates%5Cmagento-master.template.json

instead of
http://s3-region.amazonaws.com/bucketname/magento/latest/templates/magento-master.template.json

awsproblems-nodirectoriescreated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant