Skip to content

Commit 7ef4494

Browse files
committed
Don't need natural.name in sub-bucket.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk@738 ce8fead1-4192-4296-8608-a705134b927f
1 parent 17b212a commit 7ef4494

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

springpython/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def publish(filepath, s3bucket, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, versio
240240
filename = filepath.split("/")[-1]
241241
s3key = "/".join([ p['release.type'],
242242
p['project.key'],
243-
p['natural.name'],
244243
filename ])
245244

246245
print "Reading in content from %s" % filepath

0 commit comments

Comments
 (0)