Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
37044d32
Commit
37044d32
authored
Nov 30, 2011
by
David Dollar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix s3 listing
parent
33af4beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
s3
support/aws/s3
+1
-0
No files found.
support/aws/s3
View file @
37044d32
...
...
@@ -125,6 +125,7 @@ s3_curl() {
[[
$CURL_S3_DEBUG
==
true
]]
&&
stdopts
=
"
${
stdopts
}
--show-error --fail"
case
"
${
1
}
"
in
GET
)
arg
=
"-o"
inout
=
"
${
4
:-
-
}
"
# stdout if no $4
headers[
${#
headers
[@]
}
]=
"x-amz-acl: public-read"
;;
PUT
)
[[
${
2
}
]]
||
die
"PUT can has bucket?"
if
[[
!
${
3
}
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment