andriybobyr / s3backer

FUSE-based single file backing store via Amazon S3
GNU General Public License v2.0
0 stars 0 forks source link

Permit more complex baseURLs than just the root of the server #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. s3backer --baseURL=http://localhost/mydir/ bob fred
2. Observe the error message about the baseURL ending in a slash
3. Observe that the baseURL *does* end in a slash

The attached patch corrects this misunderstanding.

Original issue reported on code.google.com by mdaniel on 22 Jan 2012 at 5:19

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks! Fixed in r459.

Original comment by archie.c...@gmail.com on 24 Jan 2012 at 2:14