~ubuntu-branches/ubuntu/precise/swift/precise-updates

« back to all changes in this revision

Viewing changes to bin/swift

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Thierry Carrez (ttx)
  • Date: 2012-03-09 13:26:07 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120309132607-bu6ef7fxntepwa10
Tags: 1.4.7-0ubuntu1
[ Chuck Short ]
* New upstream release.

[ Thierry Carrez (ttx) ]
* Remove swift-stats-populate, swift-stats-report and stats.conf-sample to
  match Swift 1.4.7 contents

Show diffs side-by-side

added added

removed removed

Lines of Context:
1854
1854
        options.key = options.password
1855
1855
 
1856
1856
    # Handle trailing '/' in URL
1857
 
    if not options.auth.endswith('/'):
 
1857
    if options.auth and not options.auth.endswith('/'):
1858
1858
        options.auth += '/'
1859
1859
 
1860
1860
    if enforce_requires and \