carrot / ship

⛔️ currently unmaintained ⛔️
Other
151 stars 14 forks source link

ship to directory within s3 bucket #64

Open kylemac opened 9 years ago

kylemac commented 9 years ago

allow a ship target of css/ or arbitrary directory. a use case is that we're only trying to ship 1 file (not an entire directory) and want to just ship style.css to css/style.css and not just the root of the bucket.

jescalan commented 9 years ago

Ok so I think if we did add this it would have to be one of the shipfile options for s3 that you could change there, so we don't have to flex ship's entire interface around a deployer-specific feature. Definitely possible though!

kylemac commented 9 years ago

yeah, I saw it as a shipfile option too