2022-01-14 15:40:32 |
Youngsol Koh |
bug |
|
|
added bug |
2022-01-14 15:40:42 |
Youngsol Koh |
swift: assignee |
|
Youngsol Koh (youngsol) |
|
2022-01-14 15:42:04 |
Youngsol Koh |
description |
swift --os-auth-url ${AUTH_URL}
--auth-version 3
--os-application-credential-id ${CLIENT_ID}
--os-application-credential-secret ${CLIENT_SECRET}
--os-region-name ${REGION}
--os-auth-type v3applicationcredential auth
If you have multiple regions, the result of the cli always pointing to last element in end point list regardless of the specified region.
swift version: python-swiftclient 3.13.0 |
swift --os-auth-url ${AUTH_URL}
--auth-version 3
--os-application-credential-id ${CLIENT_ID}
--os-application-credential-secret ${CLIENT_SECRET}
--os-region-name ${REGION}
--os-auth-type v3applicationcredential auth
If you have multiple regions, the result of the cli is always pointing to last element in end-point list, regardless of the specified region(${REGION}).
swift version: python-swiftclient 3.13.0 |
|
2022-01-14 15:59:45 |
Youngsol Koh |
attachment added |
|
client.py https://bugs.launchpad.net/swift/+bug/1957933/+attachment/5554358/+files/client.py |
|
2022-01-14 16:35:13 |
Youngsol Koh |
affects |
swift |
python-swiftclient |
|
2022-01-14 16:45:06 |
Youngsol Koh |
python-swiftclient: status |
New |
In Progress |
|
2022-01-14 16:51:46 |
Youngsol Koh |
attachment removed |
client.py https://bugs.launchpad.net/python-swiftclient/+bug/1957933/+attachment/5554358/+files/client.py |
|
|
2022-01-14 17:03:47 |
Youngsol Koh |
summary |
a filter option(region_name) in swift cli not working as expected |
swift-cli : a filter option(region_name) not working as expected |
|
2022-01-14 17:04:10 |
Youngsol Koh |
bug task added |
|
swift |
|
2022-01-14 17:04:52 |
Youngsol Koh |
swift: assignee |
|
Youngsol Koh (youngsol) |
|
2022-01-14 17:11:03 |
Youngsol Koh |
description |
swift --os-auth-url ${AUTH_URL}
--auth-version 3
--os-application-credential-id ${CLIENT_ID}
--os-application-credential-secret ${CLIENT_SECRET}
--os-region-name ${REGION}
--os-auth-type v3applicationcredential auth
If you have multiple regions, the result of the cli is always pointing to last element in end-point list, regardless of the specified region(${REGION}).
swift version: python-swiftclient 3.13.0 |
swift --os-auth-url ${AUTH_URL}
--auth-version 3
--os-application-credential-id ${CLIENT_ID}
--os-application-credential-secret ${CLIENT_SECRET}
--os-region-name ${REGION}
--os-auth-type v3applicationcredential auth
If you have multiple regions, the result of the cli is always pointing to last element in end-point list, regardless of the specified region(${REGION}). Thus, It will affect "download" command
swift version: python-swiftclient 3.13.0 |
|
2022-01-15 06:07:50 |
Youngsol Koh |
swift: status |
New |
In Progress |
|
2022-01-15 08:06:06 |
Youngsol Koh |
python-swiftclient: status |
In Progress |
Fix Committed |
|