2019-05-29 19:46:17 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2019-05-29 19:46:17 -0500 | 获得奖牌 | ● 著名问题 (source) |
2015-04-10 01:36:59 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2012-05-31 14:59:32 -0500 | 回答问题 | configuring and running swift-tempurl Thank you that solved my problem. |
2012-05-22 19:16:57 -0500 | 问了问题 | configuring and running swift-tempurl Hi, I installed swift-tempurl and my proxy-server.conf is very simple as follow: [DEFAULT] bind_port = 8080 user = swift log_facility = LOG_LOCAL1 [pipeline:main] pipeline = catch_errors cache tempurl swauth tempauth proxy-server [app:proxy-server] use = egg:swift#proxy allow_account_management = true account_autocreate = true [filter:tempurl] use = egg:swifttempurl#tempurl [filter:tempauth] use = egg:swift#tempauth user_test_tester = testing .admin allow_overrides = true [filter:swauth] use = egg:swauth#swauth set log_name = swauth super_admin_key = swauthkey default_swift_cluster =local#http://10.10.10.238:8080/v1 allow_overrides = true [filter:catch_errors] use = egg:swift#catch_errors [filter:cache] use = egg:swift#memcache I reloaded the proxy server but when I use curl with the tempurl I get the following error: 401 Unauthorized: Temp URL invalid Any Suggestion? anything wrong with configuration file? Thanks |